/BitwiseFont

Wrapper to Bitwise font

Primary LanguageShellMIT LicenseMIT

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.