Thomas M.
Thomas M.
Hi, really appreciate your work. Would it be possible to add a property that allows a subclass to specify the border width to be used ? Currently the constraints are...
The minimum target needs to be raised from 5.0 to 6.0, otherwise there is always a compiler warning about objectAtIndexedSubscript: being only available in 6.0 or later. `tokens[multiplyFactor]` in FileManager.m,...
Design as follows: Very basic UIView, containing text field and button, being called as popover. Modeled in Storyboard with latest XCode Behavior: iOS 6.x: works perfect, popup show in size...
Kindly add a pod file for easier integration. Thanks !
Hi, may I propose some enhancement: It would be beneficial to have a delegate function like "shouldChange" with Bool result that gets called just before any state change (selected, unselected)...
A really great control. Thanks ! Something that could be improved: A checkmark always implies that something is "OK". If you have to answer "Is there something wrong ?" the...
Created new objective-c project (iOS 9.2, XCode 7.2). Added as framework using cocoapods. UIView added to storyboard, added auto layout constraints for bottom, trailing, width and aspect. Implemented datasource and...
With the latest xCode / iOS beta this ``` @available(iOS 13.0, *) public lazy var searchTextFieldColor: UIColor = .clear ``` causes a compile error: _Stored properties cannot be marked potentially...
One typedef was missing - caused linker error with duplicate symbols.
Functions like "Preview", "Delete", "Star", "Send by mail" require a switch to allow disabling them. Suggest to go for UIAlertController to allow switching UIActions on or off without the hassle...