摘要:
- (void)setRightBarButtonItem{ // Create done Button UIBarButtonItem *doneButton = [[UIBarButtonItem alloc]initWithTitle:[NSString stringWithFor... 阅读全文
摘要:
- (void)logout{ [[NSUserDefaults standardUserDefaults] removeObjectForKey:@"usertoken"]; [[NSUserDefaults standardUserDefaults] removeObjectForK... 阅读全文
摘要:
http://pan.baidu.com/s/1qWj8vBQ 阅读全文
摘要:
数组字典需要容错处理,不能直接为nil,例如直接在@[这里放入一个可能为空的对象]#define IFNIL(XX) (((XX) == nil) ? @"" : (XX))代码举例 阅读全文
摘要:
- (void)jumpToAnotherApp { UIApplication *app = [UIApplication sharedApplication]; NSURL *AnotherAppBaseURL = [NSURL URLWithString:@"Xxxx://"]... 阅读全文
摘要:
参考文档:http://www.cocoachina.com/ios/20150104/10810.htmlUIScrollviewAutolayoutDemo地址:http://pan.baidu.com/s/1sjtF7Wx一、UIScrollview放在背景UIVIew上四周为零二、在放一个U... 阅读全文
摘要:
xA7SEU+e0yQH5rm9kbCDN9o3aPIo7HbP7tX6WOocLZAtNfyxSZDU16ksL6 WjubafOqNEpcwR3RdFsT7bCqnXPBe5ELh5u4VEy19MzxkXRgrMvavzyBpV RgBUwU... 阅读全文
摘要:
一开始还以为是控件的问题,后来查了下百度,没办法谷歌不能用,结果有人说方法写错了-(void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath- (void)tableView:di... 阅读全文