ios - Screen is not updating when segued from one view controller to another -
i have view controller (lets call aviewcontroller) has background image, buttons, etc. have second view controller (lets call bviewcontroller) own set of buttons. when transition 1 view controller another, background image along ui elements of first view controller being displayed in second view controller. using segue. faced problem before. did correct change background colour of view white clear color. doesn't not seem work in case. (the bviewcontroller contains uiview in user can draw.)
Comments
Post a Comment