ios7 i got this error
" Attemp to present <NavigationController> on <NavigationController> which is not on the window hierarchy"
I can fix this problem by presentviewcontroller directly to UIApplication's rootViewController
but this time it didn't appear whatever I did.
I found out the problem was navigationbarhidden
when navigationbarhidden is set to true
somehow on ios7 presentviewcontroller (modalviewcontroller) doesn't seem to work
반응형
'iPhone' 카테고리의 다른 글
아이폰 가격에 대하여 (0) | 2013.10.27 |
---|---|
find view (0) | 2013.09.24 |
xcode 4.5 armv6 에러 (0) | 2013.01.24 |
[xcode] 회전 후 버튼이 반응을 안할때 (0) | 2013.01.07 |
아이폰 개발시 필요한 이미지 사이즈 (0) | 2012.11.22 |