BitwiseFont 0.1.0

BitwiseFont 0.1.0

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Mar 2015

Maintained by Giordano Scalzo.



Brings [Bitwise][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

Author

giordano scalzo, [email protected]

License

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