Skip to content

Latest commit

 

History

History

base

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Some useful base classes.

BaseLabel

Setting line spacing of UILabel in Storyboard.

LineSpacing

Highlight substring of UILabel.

[content highlightSubstring:@"searchText"];

BaseTextField

Setting the padding of UITextField with UITextBorderStyleNone in Storyboard.

Padding

BaseView

Fixed a bug of top constraint for AMScrollingNavbar.