摘要:
1、用ios原生网络请求的话,请求参数不能这样传 而要这样传 2、用afnetworking的话,要注意各个参数有没有错误,参数可以直接这样传 阅读全文
摘要:
一、工具箱 1.一套高效的开发环境 2.一个信息采集器和一本笔记本 二、开阔视野,构建你的技术体系 1.目标要足够大 2.目标应该设定在解决哪一类问题,而不是精通哪一类技术。技术只是手段,不是目的。 三、重视沟通能力的培养 四、积累人脉 五、寻找发挥你才华的平台 1.公司的发展前景或者部门发展前景 阅读全文
摘要:
- (void)tableView:(UITableView *)tableView willDisplayCell:(UITableViewCell *)cell forRowAtIndexPath:(NSIndexPath *)indexPath{ if ([tableView respo... 阅读全文
摘要:
第一种:CGFloat width = CGRectGetWidth([[UIScreen mainScreen] bounds]);CGFloat aspectRatio = 1.5;maker.width.equalTo(width);maker.height.equalTo(aspectRat... 阅读全文
摘要:
参考:http://blog.csdn.net/lwjok2007/article/details/48241285 阅读全文
摘要:
InfoPlist.strings文件里写上: CFBundleDisplayName="中文名字"; 阅读全文
摘要:
- (void)statusBarOrientationChange:(NSNotification *)notification{ UIInterfaceOrientation orientation = [[UIApplication sharedApplication] statusBarOr... 阅读全文
摘要:
sudo /usr/libexec/locate.updatedblocate liblaunch_sim 阅读全文
摘要:
需要手动加上这句话if([UIApplicationinstancesRespondToSelector:@selector(registerUserNotificationSettings:)]){ [[UIApplicationsharedApplication]registerUserNoti... 阅读全文
摘要:
首次运行的应用程序加入一些help 或者 宣传动画 现在变的很重要了。 一个有用的例子是发送一个分析实例。这可能是一个很好的方法来确定有多少人下载实用应用程序。有人会说:“但是,嘿,苹果AppStore已经告诉我,应用程序的下载量了”。流行的解决方案是在大多数地方是用[NSUserDefaults ... 阅读全文