Closed glancashire closed 8 years ago
@glancashire: I created a new branch that supporting Swift 2.3. From now, you can use:
pod 'BTNavigationDropdownMenu', :git => 'https://github.com/PhamBaTho/BTNavigationDropdownMenu.git', :branch => 'swift-2.3'
Thanks so much for your both issues #85 #86
many thanks
Graham Lancashire
On 14.09.2016, at 11:21, Pham Ba Tho notifications@github.com wrote:
@glancashire: I created a new branch that supporting Swift 2.3. From now, you can use:
Thanks so much for your both issues #85 #86 — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.
First thanks for your work!
To allow for compilation in Swift 2.3. Please wrap the context into a if let
... override func drawRect(rect: CGRect) { super.drawRect(rect) if let context = UIGraphicsGetCurrentContext() { ...