Skip to content

Instantly share code, notes, and snippets.

@gliubc
Last active October 8, 2019 05:44
Show Gist options
  • Save gliubc/ed08a96a0887ab46a679268336ebec52 to your computer and use it in GitHub Desktop.
Save gliubc/ed08a96a0887ab46a679268336ebec52 to your computer and use it in GitHub Desktop.
self.tabMenuFont = [UIFont systemFontOfSize:16];
self.tabMenuSelectedFont = [UIFont systemFontOfSize:16];
self.tabMenuColor = HEXCOLOR(0xA1A3A8);
self.tabMenuSelectedColor = HEXCOLOR(0x333333);
self.tabMenuPadding = 0;
self.tabMenuMinimumPadding = 0;
self.tabMenuIndicatorHeight = 2;
self.tabMenuIndicatorColor = HEXCOLOR(0xF74443);
self.tabMenuIndicatorRadius = 1;
self.tabMenuIndicatorWidth = 0;
[self initTabWithMenu:self.viewMenu body:self.viewBody titles:@[] controllers:@[] selectedIndex:0];
[self initTabWithMenu:self.viewMenu body:self.viewBody titles:@[] views:@[] selectedIndex:0];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment