摘要: iOS 自 7.x 某个版本以后,存在一个 Push/Pop ViewController 时右上角会有奇怪黑影冒出的问题。这个问题由来已久,直到昨天有个朋友向我反应时我才重新注意起来。我以为这是 iOS 的 Bug,无法解决,但后来另一个朋友提供了一个解决方案,我才发现这是可以解决的,于是决定写篇... 阅读全文
posted @ 2015-08-12 10:50 silenltymiss 阅读(408) 评论(0) 推荐(0)
摘要: // 1.设置请求路径 NSURL *url = [NSURL URLWithString:@"http://192.168.1.200:8080/MyServer/login"]; // 2.创建请求对象 NSMutableURLRequest *request = [NSMut... 阅读全文
posted @ 2015-05-20 10:55 silenltymiss 阅读(203) 评论(0) 推荐(0)
摘要: // 1.设置请求路径 NSURL *url = [NSURL URLWithString:@"http://192.168.1.200:8080/MyServer/login"]; // 2.创建请求对象 NSMutableURLRequest *request = [NSMut... 阅读全文
posted @ 2015-05-20 10:54 silenltymiss 阅读(201) 评论(0) 推荐(0)
摘要: 1 - (IBAction)loginMainView:(id)sender 2 { 3 4 NSString *strUrl = @"http://222.187.114.154:8018/ebook/api/login"; 5 // url转码® 6 N... 阅读全文
posted @ 2015-05-20 10:48 silenltymiss 阅读(238) 评论(0) 推荐(0)
摘要: //请求的url链接 NSURL *url = [NSURL URLWithString:@"http://m.weather.com.cn/data/101010100.html"]; NSError *error; NSString *jsonString ... 阅读全文
posted @ 2015-05-19 15:09 silenltymiss 阅读(192) 评论(0) 推荐(0)