RogoMantiK

Results 8 comments of RogoMantiK

same problem to me it was even crash I had to edit ``` public init(frame: CGRect, image: UIImage!) { super.init(frame: frame) DispatchQueue.main.async { self.image = image self.createLayers(image) self.addTargets() self.mDeselect(false) }...

you need to use Android Studio , import project and select the root directory (containing lib and demo)

Thanks for your interest to my proposals! I added this little part just for test and I noticed one thing (I also left the part added before) ///// case MotionEvent.ACTION_MOVE:...

happen to me too, gives the error when going backgroundforeground `[CATransaction synchronize] called within transaction` gives 2 types of behaviors to me 1 if press home button then came back...

also ERROR given 1 for key kCRToastTextAlignmentKey was expecting Class __NSCFNumber but got Class _SwiftTypePreservingNSNumber, passing default on instead fixed by setting ``` kCRToastTimeIntervalKey : NSNumber(value: 0.4), kCRToastTextAlignmentKey : NSNumber(value:...

I'm on 1.1.3 with these changes. Using xcode731 ``` - @IBInspectable private(set) public var selectedIndex: Int = 0 + @IBInspectable + public var titleFontFamily: String = "HelveticaNeue" + @IBInspectable +...

Yes maybe somenting constrastingColor(forBackgroundColor: UIColor, foregroungColor: UIColor) -> UIColor that act someway like background color lightRed foreground color lightRed -> returns darkRed background color lightRed foreground color lightPink -> returns...

I checked a lot of forks and made a func and use a bool to track the changes in settings ``` class KeyboardViewController: UIInputViewController { func rebootKeyboard() { //if #NSUserDefaults...