
ios开发
一个懵逼的IT男
这个作者很懒,什么都没留下…
展开
-
view加底线
CALayer *bottomBorder = [CALayer layer]; float height1=view.frame.size.height-0.5f; float width1=view.frame.size.width; bottomBorder.frame = CGRectMake(0.0f, height1, width1, 0.5f); bottom原创 2016-07-22 16:58:10 · 442 阅读 · 0 评论 -
可以自动消失的弹出提示框
+(void)timerFireMethod:(NSTimer*)theTimer{ //弹出框 UIAlertView *promptAlert = (UIAlertView*)[theTimeruserInfo]; [promptAlert dismissWithClickedButtonIndex:0animated:NO]; promptAl原创 2016-07-15 19:50:32 · 1859 阅读 · 0 评论 -
引导页-通过简单的方法给app加入简单的引导页面
http://code4app.com/forum.php?mod=viewthread&tid=9442&extra=page%3D1%26filter%3Dsortid%26sortid%3D1转载 2016-07-21 19:27:34 · 1201 阅读 · 0 评论