ios - UITextView - strange text clipping -


i've placed uitextview uitableviewcell , sized how want. can see size has been set correctly (by setting text view's background color). . . text within text view has strange clipping.

how can avoid this?

enter image description here

update:

  • i ended placing uitextview onto empty view in brand new view controller , still noticed problem.
  • next step create new project , start adding things in 1 one.
  • started single view controller , view uitextview - ok.
  • added library convenience methods view placement - broken.

this issue caused library adds convenience methods uiview placement. example contains methods like:

  • view.x = somefloat
  • view.width = somewidth

i suspect there namespace collision internal method used uitextview, i'm not sure method caused problem yet.


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -