문제

I've made a custom view to which I add a custom button. This custom view goes as a subview to yet another view (Kal calendar for iphone) that I push into a navigation controller. Now the button in my custom view is connected to an IBAction in which I am not able to call upon the self.navigationController to pop the current view from.

I've tried the [[sender superview] navigationController] for a hierarchy of superview calls but it doesn't work that way either.

Any ideas please?

Thanks

도움이 되었습니까?

해결책

일반적인 CSS 태그를 활성화하고 호버를 사용하여 시도해 보셨습니까?

". orderButton-down"이 ".inerbutton : Active"처럼 보입니다. 이렇게하면 다음을 사용할 수 있습니다 : 호버 태그

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top