phoney

Results 13 issues of phoney

I'm using an ActionSheetStringPicker and when rotating the device on iPhone the picker is simply dismissed. Is this the expected behavior? Looking at the code it registers for the device...

There is a problem where a fillColor is [UIColor lightGreyColor] and imageCachedForSize:isAvatar:fillColor:text: assumes there are four components to the UIColor but there are only two. This happens from placerholderImageWithSize: where...

This PR fixes the compiler warnings in Xcode 9.4.1 for SWRevealViewController. It also updates the several sample projects so they compile and run without warnings on Xcode 9.4.1

1) I noticed that didFinishLaunchingWithOptions is never called in the app delegate in the Example app. The prototype has changed. App Path never appears. This is with Xcode 8.1 2)...

The view controller should register the cell and header classes in viewDidLoad() tableView.register(CollapsibleTableViewHeader.self, forHeaderFooterViewReuseIdentifier: "header") tableView.register(CollapsibleTableViewCell.self, forCellReuseIdentifier: "cell") Without registration dequeueReusableHeaderFooterView() and dequeueReusableCell() don't work. If you register then the...

When I do pod 'ContextMenu' I get version 0.4.0. When I git clone I get version 0.5.1, which is the version in the podspec. I guess you updated the code...

I see warnings for use of deprecated methods in Base64.m when building for iOS using cocoapods. The problem is that the macros used to guard the code for iOS versions...

On iOS 11 there are increased warnings related to KVO and the KVO code in DGRunkeeperSwitch.swift doesn't work. I get this assertion failure [MyTests.TableViewCellTest testOutlets] : failed: caught "NSUnknownKeyException", "[...

bug

I'm working on a demo app where I want the user to be able to enable/disable Touchpose. To enable/disable Touchpose I call ``` ((QTouchposeApplication *)[UIApplication sharedApplication]).alwaysShowTouches = isShowingTaps; ((QTouchposeApplication *)[UIApplication...

bug

I have a tableView with Dismiss on Drag set in the storyboard. If I 'drag to dismiss' the bottom contentInset is never restored after the keyboard goes away (and other...