Skip to content

gscalzo/BitwiseFont

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BitwiseFont

Twitter Version License CocoaPods

Brings Bitwise font to iOS.

Usage

To run the example project, clone the repo, and run pod install from the Example directory first.

screenshot

#import "UIFont+Bitwise.h"

@implementation ExampleVC

- (void)viewDidLoad {
   [super viewDidLoad];

   CGFloat size = 17.0;

   self.bitwiseLabel.font = [UIFont bitwiseFontOfSize:size];
}

@end

Installation

BitwiseFont is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "BitwiseFont"

Author

giordano scalzo, giordano.scalzo@gmail.com

License

BitwiseFont is available under the MIT license. See the LICENSE file for more info.