반응형 Objective-c25 AFNetworking download progressing AFNetworking download progressing http://stackoverflow.com/questions/13512846/progressview-for-downloading-some-files-in-object-c http://stackoverflow.com/questions/16453655/objective-c-downloading-file-with-progress-bar http://stackoverflow.com/questions/16393653/how-to-use-progressview-in-xcode-for-show-downloads-status 2014. 4. 25. NSString 문자열 치환 - (NSString *)stringByReplacingOccurrencesOfString:(NSString *)target withString:(NSString *)replacement NSString *str = @"This is a string"; str = [str stringByReplacingOccurrencesOfString:@"string" withString:@"duck"]; 2014. 4. 25. NSTimer NSTimer *myTImer = [NSTimer timerWithTimeInterval:2.0 target:self selector:@selector(MethodName) userInfo:nil repeats:YES];NSRunLoop *runner = [NSRunLoop currentRunLoop];[runner addTimer:reconnectTimer forMode: NSDefaultRunLoopMode]; or [NSTimer scheduledTimerWithTimeInterval:2.0 target:self selector:@selector(MethodName) userInfo:nil repeats:YES]; * timeWithTimeInterval:target:selector:userInfo.. 2014. 4. 25. 코어 애니메이션 튜토리얼 페이지 (Core Animation Tutorial page) http://www.mobileaware.com/core-animation-tutorials/ 2014. 4. 25. 이전 1 ··· 3 4 5 6 7 다음 반응형