[아이폰] navigationBar background image or color or text 스토리보드로 변경되면서 알수 없이 힘든게 많다.네비게이션 바 스토리보드 환경에서 커스텀 네비게이션 바 만들기 위의 동영상에서 BACK button 으로 돌아가는 소스는 이렇습니다. -(void)gettoBack:(id)sender{ [self.navigationController popViewControllerAnimated:YES]; } 또한 찾다보니 정리할게 있어 아래 정리해놓습니다. NSInteger red = 95; NSInteger green = 100; NSInteger blue = 130; [self.navigationController.navigationBar setTintColor:[UIColor colorWithRed:red/255.0f green:green/255.0f blue:blu.. 더보기 [아이폰] 아이폰 기기등록, 아이폰 기기 테스트 http://blog.daum.net/komate/168 더보기 [facebook] search keyword API http://stackoverflow.com/questions/4880591/facebook-graph-api-searchCopying from here under "Searching": Searching You can search over all public objects in the social graph with https://graph.facebook.com/search. The format is: https://graph.facebook.com/search?q=QUERY&type=OBJECT_TYPE We support search for the following types of objects: * All public posts: https://graph.facebook.com/search?q=.. 더보기 이전 1 ··· 89 90 91 92 93 94 95 ··· 253 다음