ios - Static able view cell font size is not changing -


i'm loading tableview static cells inside container view. cell style basic. i'm trying change font size.

in storyboard appearing right. when running app in simulator, noticed font not same set in storyboard.

notice: didn't create class table view controller because has static content.

i'm developing on xcode 7.3 , ios 9 , later.

any hints appreciated.

cell.textlabel.font=[uifont fontwithname:@"helveticaneue" size:36]  

you have change in cellforrowatindexpath


Comments

Popular posts from this blog

php - Using grpc in Laravel, "Class 'Grpc\ChannelCredentials' not found." -

github - Git errors while pushing -

java - Generating a pre-signed PUT url for Amazon S3 with a maximum content-length -