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?
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
Post a Comment