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

java - Static nested class instance -

c# - Bluetooth LE CanUpdate Characteristic property -

JavaScript - Replace variable from string in all occurrences -