[iOS] UIWebView 에 Bounce 효과 제거
iOS2011. 10. 10. 14:18
for (id subView in webView.subviews) {
if ([[subView class] isSubclassOfClass:[UIScrollView class]]) [(UIScrollView*)subView setBounces:NO];
}
'iOS' 카테고리의 다른 글
[iOS] iOS5의 UDID 정책 변경에 대한 퀵 리뷰 (iOS5 beta 6 기준) (0) | 2012.05.31 |
---|---|
[iOS] 회전 이벤트 받기 (Detecting rotation to landscape manually) (0) | 2012.05.31 |
[iOS] Cocoa Views Guide (Working with the View Hierarchy) (0) | 2012.05.31 |
[iOS] animateWithDuration: delay: options: animations: completion: 함수 사용 예 (0) | 2011.10.13 |
[iOS] 외부 폰트 사용하기 (0) | 2011.10.12 |
[iOS] 동기적으로 동작하는 UIAlertView (Custom UIAlertView) (0) | 2011.09.28 |
[iOS] UIView 흔들기 효과 (0) | 2011.09.28 |
[iOS] In App Purchase 앱에서 구매내역 확인 (0) | 2011.09.20 |
[iOS] 현재 시간을 GMT로 표시하기 (0) | 2011.09.20 |
[iOS] Device ID (0) | 2011.09.19 |