ios - Change font in Container Views UIViewController -


i have container view within uiviewcontroller (1). how change font of label in uiview programatically in uiviewcontroller (2) generated container view?

    view.transform = cgaffinetransformmakescale(1.3, 1.3); 

Comments

Popular posts from this blog

apache - PHP Soap issue while content length is larger -

asynchronous - Python asyncio task got bad yield -

javascript - Complete OpenIDConnect auth when requesting via Ajax -