开发者

iPhone Text View within a Flip View

I have a Flip View and on this "flipped" view I have a UItextView, (NOT a textField).

I need to be able to display a rightBarButtonItem when开发者_开发百科 the editing of the textView begins and then to click this rightBarButtonItem to resign the keyboard.

There are lots of similar problems such as this but none of them are on a flip view.

I really appreciate the help. This has been driving me crazy.

Thanks,

Stefan.


You need to implement the UITextViewDelegate protocol in your view controller and implement either the textViewDidBeginEditing: method, or the textViewDidChange: method.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜