xcode - iPhone SDK: Adding Images To a UITextView In The Interface Builder -
you know how when add text uitextview , displays text? well, want add images along text when scroll, displays text images fitted along text.
how can in both xcode , interface builder??
it's not possible. instead, should use uiwebview programmatically in code.
Comments
Post a Comment