Brings Bitwise font to iOS.
To run the example project, clone the repo, and run pod install
from the Example directory first.
#import "UIFont+Bitwise.h"
@implementation ExampleVC
- (void)viewDidLoad {
[super viewDidLoad];
CGFloat size = 17.0;
self.bitwiseLabel.font = [UIFont bitwiseFontOfSize:size];
}
@end
BitwiseFont is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "BitwiseFont"
giordano scalzo, giordano.scalzo@gmail.com
BitwiseFont is available under the MIT license. See the LICENSE file for more info.