[iOS] NSURLSession/NSURLConnection HTTP load failed (kCFStreamErrorDomainSSL, -9802) 2017-05-12 這篇超容易踩到的,除了使用 http 會遇到,連… Read More
[iOS] objective c getting substring after and before dot 2017-05-10 字串切割範例: NSString *str = … Read More
[iOS] How do I check if a string contains another string in Objective-C? 2017-05-10 NSString *string = @”hel… Read More
[iOS] for each loop in objective c for accessing NSMutable dictionary 2017-05-10 如何瀏覽所有NSMutableDictionar… Read More