码迷,mamicode.com
首页 >  
搜索关键字:uipagecontrol    ( 145个结果
UIPage
分页控件是一种用来取代导航栏的可见指示器,方便手势直接翻页,最典型的应用便是iPhone的主屏幕,当图标过多会自动增加页面,在屏幕底部你会看到原点,用来只是当前页面,并且会随着翻页自动更新。一、创建UIPageControl*myPageControl=[[UIPageControlalloc]in...
分类:其他好文   时间:2014-06-30 13:05:39    阅读次数:195
使用UIScrollView和UIPageControl做一个可以用手势来切换图片的效果
利用UIScrollView的滚动效果来实现,先上图: 实现过程是:在viewController里先加入UIScrollView和UIPageControl: -(void) loadView { [super loadView]; UIScrollView *scrollView = [[UIScrollView alloc] initWithFra...
分类:其他好文   时间:2014-06-26 07:08:22    阅读次数:199
学习IOS开发UI篇--UI知识点总结(一) UIButton/UITextField
UIkit框架下的几个基本控件,UIButton,UITextField,UILabel,UIImageView,UIScrollView,UITableView,UITableViewCell,UIPageControl; 他们的继承关系,UILabel,UIImageView,UIScro...
分类:移动开发   时间:2014-06-02 00:10:21    阅读次数:361
学习IOS开发UI篇--UI知识点总结(三) UIScrollView/UIPageControl/NSTimer
UIScrollView:常用属性@property(nonatomic) UIEdgeInsets contentInset; // default UIEdgeInsetsZero. add additional scroll area around content@prop...
分类:移动开发   时间:2014-06-01 23:53:28    阅读次数:505
(5.19)scrollview的分页滚动
#import "mainController.h"@interface mainController ()//分页控件@property(nonatomic,weak)UIPageControl *pageController;//滚动视图@property(nonatomic,weak)UISc...
分类:其他好文   时间:2014-05-20 08:49:13    阅读次数:303
145条   上一页 1 ... 13 14 15
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!