开发者

Scrollable, Clickable text in iPhone SDK

开发者 https://www.devze.com 2023-03-28 05:31 出处:网络
I\'d like to make a text based app with clickable text in a scrollable screen. Can\'t seem to do it with TextView.

I'd like to make a text based app with clickable text in a scrollable screen. Can't seem to do it with TextView.

Let me explain: you open the app and there is a long paragraph. You scroll down and click on the word hammer (which is probably colored or bolded) and a small pop up window appears with a definition of hammer. How is this possible?

If you'd like to se开发者_JAVA技巧e an example, here is a youtube vid of somewhat similar functions in a bible app (though they don't use a pop up box): http://www.youtube.com/watch?v=qNCgePlBamQ

Any help would be appreciated


You could use a UIWebView and HTML

and this: iOS Clickable Words (UILabel or UIbutton's) was asked suspiciously recently

0

精彩评论

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