반응형 Life of Pie581 UIWewView href control href 통신을 할때 특정 링크에 대해서 진행 전에 반응이 필요할때 shouldStartLoadWithRequest 를 이용하면 이동을 제어 할수 있다. - (BOOL)webView:(UIWebView *)webView shouldStartLoadWithRequest:(NSURLRequest *)request navigationType:(UIWebViewNavigationType)navigationType{ NSString *strVar = [[request URL] absoluteString]; if ([strVar hasSuffix:@".jpg"]) { self.SenderViewController.imgUrl = strVar; [self.navigationController presentModalV.. 2013. 12. 10. IOS7 Stuatus Bar hidden IOS7 상태바 아예 숨기기로 ... 했다. .짜증나서 . -(BOOL)prefersStatusBarHidden{ return YES; } plist 에 이거 추가..UIStatusBarHiddenUIViewControllerBasedStatusBarAppearance 2013. 11. 27. IOS 7 textview contentsize offset : textview contentsize 스크롤 IOS7이 되고 나서 텍스트 뷰에서 글 작성 할때 키보드로 글이 내려가 버리는 현상 발견 .. ~ ㅠㅠ - (void)textViewDidChange:(UITextView *)textView { CGRect line = [textView caretRectForPosition: textView.selectedTextRange.start]; CGFloat overflow = line.origin.y + line.size.height - ( textView.contentOffset.y + textView.bounds.size.height - textView.contentInset.bottom - textView.contentInset.top ); if ( overflow > 0 ) { // We are at .. 2013. 11. 4. 10/24일 개발일지 - no match provisioning profile 아침부터 엇그제 업데이트한 패드 사용자가 전화가 왔다. 화면이 블랙이 뜬후에 그냥 크래쉬 된단다. ㄷ ㄷ ㄷ 시뮬레이터나 장비에서는 경험하지 못한 에러를 배포후 전화로 받다니 이를 어째야 하나 ... 일단 최근 사용 내역에서 지워보고 다시 해보라고 가이드 했다 .그러나 이분 한번도 지워본적이 없으신가보다 ..그걸 잘 못한다.그래도 어찌어찌 잘 설명하여 메모리에서 지우고 다시 하여 보았지만 ..ㅠㅠ 역시나 ..잘 안된다. 최초에 깔고 나서 DB업데이트 작업이 일어나는데 ..이게 생각보다 느린 패드에서는 오래 걸릴것 같다.그런데 엎친데 덥친격으로 새로 디자인 변경 되면서 최초 화면에서 업데이트 중입니다라는 글씨가 검은색이라 보이지 않는다.. ㅠㅠ 완전 죈장이다. 이부분 처리 해줘야 한다. 화이트로 ... 어.. 2013. 10. 24. 이전 1 ··· 125 126 127 128 129 130 131 ··· 146 다음 반응형