搜索资源列表
PageControl
- IPHONE页面滑动,可以用手指左右滑动切换屏幕显示内容
OrderDishesHD
- 不用interfacebuilder创建xib文件,直接写代码-Not interfacebuilder create xib file write code directly
UIPullToRefreshTableView
- 参考别人的开源代码,稍加修改,显得更简单、实用,与大家分享一下 1、附件中的文件加入到工程 2、创建的UITableView继承UIPullToRefreshTableView,同时支持XIB和动态创建两种方式 @interface UIPullToRefreshTableView : UITableView 3、 创建的UIViewController继承UIPullToRefreshViewController
mutex_tables_fixed
- Example of using Table data view with Xib on Xcode
UI_2.0
- tooltabbar 控件的代码实现,不用xib直接代码添加-code tooltabbar controls to achieve
SplineAndBarChartView
- 自己实现的Spline差值曲线,可以设定起始正切值,默认为0,可根据需要设定为1.同时也支持柱状图显示。并且实现为View,可以在Xib上放置,只需在viewDidLoad时为其指定横坐标显示内容和各个点的横竖坐标值。横坐标显示内容不需要和设定点的数量一致。-Spline interpolite value curve. You can set up its tan value manualy,default is 0,you can
BannerViewDemo
- 简单 bannerView 的demo 直接拷贝文件夹bannerView 到项目中, xib 中新建一个view ,设置好约束,custom Class设为 BannerView 即可初始化完成-Simple demo bannerView direct copy folder bannerView to the project, the new Xib in a view, set a good constraint, Class
xib自定义tableviewcell
- tableview控件的使用,包括各种协议及属性等(Tableview control using function,it include various protocol and property of control and)