interface builder - iOS: How can I remove reference to sub-views? -
i'm creating app has hundreds of view controllers in interface-builder. each of these view controllers has button code number. when button pressed want button expand , show few lines of text describing code number. problem button placed within subview acts frame button. therefore, expanded button size going constrained subview , text cutoff. there way me programmatically remove reference sub-view? can in interface-builder, said there hundreds of these view controllers.
instead removing expand subview's and uibutton
's width. allow button expand you'd , not have remove subviews.
Comments
Post a Comment