Bohr
Bohr copied to clipboard
Settings screen composing framework
While building with Xcode 8.3.2, following compiler warning is received: .../Pods/Bohr/Bohr/BOTableViewController.m:54:1: Method possibly missing a [super awakeFromNib] call
Trying to use BOChoiceTableViewCell in Swift3 and set optionValues but its throwing a "no member 'optionValues'"?
Does it support adding an icon on the left side of the cell, similar to the iPhone settings ? or should i edit the source code so it supports adding...
Update cocoapods to 1.1.1 and pod 'Bohr', '3.0.0' Bohr will have path issues. need to remove subdirectory Bohr and use quotes ``` #import "BOTableViewController.h" ```
I create a `BOButtonTableViewCell` and set `destinationViewController` for it, but after go the destination view controller and then go back to Bohr controller, the item's title disappears! ``` objective-c [section...
Hi David, Thanks for your Bohr,it help me a lot in my project. But now I have to change the datePicker.datePickerMode=UIDatePickerModeDateAndTime, When I scroll the datePicker at today,the project will...
The labels and fields in Section 2 of the demo app are not aligned. The accessory view is slightly misaligned on the Y axis. The blue text field should be...
I set the property for a variable with numberOfDecimals = 2, however I can type or enter the big number: 10,0000. It is still okay. Is this a bug?