文件名称:iOS 实现一个类似电商购物车界面示例
文件大小:427KB
文件格式:ZIP
更新时间:2018-05-13 09:01:58
电商购物车
iOS 实现一个类似电商购物车界面示例 主要实现了商品的展示,并且可以对商品进行多选操作,以及改变商品的购买数量。与此同时,计算出,选中的总价格。
【文件预览】:
ShoppingList_Demo
----.DS_Store(8KB)
----ShoppingList_DemoTests()
--------.DS_Store(6KB)
--------Info.plist(742B)
--------ShoppingList_DemoTests.m(894B)
----ShoppingList_Demo.xcodeproj()
--------project.xcworkspace()
--------xcuserdata()
--------project.pbxproj(20KB)
----.git()
--------logs()
--------info()
--------index(2KB)
--------COMMIT_EDITMSG(15B)
--------objects()
--------HEAD(23B)
--------config(137B)
--------refs()
--------branches()
--------hooks()
--------description(73B)
----ShoppingList_Demo()
--------MyCustomCell.m(4KB)
--------ViewController.m(8KB)
--------.DS_Store(8KB)
--------Info.plist(1KB)
--------购物车()
--------main.m(339B)
--------GoodsInfoModel.m(573B)
--------MyCustomCell.h(1KB)
--------Base.lproj()
--------Images.xcassets()
--------ViewController.h(220B)
--------AppDelegate.h(282B)
--------GoodsInfoModel.h(582B)
--------AppDelegate.m(2KB)