摘要:
1.工程设置要如下:见第二个红框,清除launch screan file 后面的内容 2.自定义的cell要设置auto layout 和size clases 阅读全文
摘要:
转载自:http://blog.sina.com.cn/s/blog_5fb39f9101018gv7.html 直接上代码了: // // ViewController.m // 图片模糊处理 // // Created by wusiping on 16/1/28. // Copyright © 阅读全文
摘要:
在tableview没有数据的时候,我们经常需要在tableview的正中间插入一张图片,来提示用户暂无数据/** * 添加一个view,提示暂无数据 */- (void)addPromptView{ UIView* promptView = [[UIView alloc] initWith... 阅读全文
摘要:
本文的代码主要是:创建本地通知,删除对应的本地通知,创建工作日闹钟直接上代码://// ViewController.m// LocalNSNotification//// Created by wusiping on 16/1/27.// Copyright © 2016年 wusipin... 阅读全文
摘要:
1.在主控制器的viewDidLoad方法里面判断是否是新的版本2.如果是新的版本就跳到引导页面- (void)viewDidLoad{ [super viewDidLoad]; self.title = @"主页"; [self fisttime];....}-(void)fisttime{... 阅读全文
摘要:
wusipingdeMacBook-Pro:~ railgun$wusipingdeMacBook-Pro:~ railgun$ svn ls https://13.13.13.134:8443/svn/isite_iosError validating server certificate for... 阅读全文
摘要:
转自: http://www.oschina.net/code/snippet_196012_505741.关闭xcode2.终端输入 sudo killall -9 com.apple.CoreSimulator.CoreSimulatorService 输入你的电脑密码3.终端输入 rm -rf... 阅读全文