How can i implement "more button" like this picture (the button will stick with last word of line) . That will take get action when i click at the button (like switch to other view).
Asked
Active
Viewed 83 times
0
-
Using a simple button with appropriate text would do it. – Dhrumil Jun 18 '14 at 06:52
-
Have you tried http://stackoverflow.com/questions/20541676/ios-uitextview-or-uilabel-with-clickable-links-to-actions ? – Aditya Sinha Jun 18 '14 at 07:02
1 Answers
1
Use a simple UIButton
, set the text correctly, and then when the user clicks it you can resize the textview.

Enrico Susatyo
- 19,372
- 18
- 95
- 156