Ishwar Hingu
Ishwar Hingu
I have same error "error: login(description: "Authentication Failed")" while i login
@IBOutlet weak var spinningWheel: TTFortuneWheel!{ didSet { spinningWheel.slices = slices spinningWheel.equalSlices = true spinningWheel.frameStroke.width = 0 spinningWheel.titleRotation = CGFloat.pi spinningWheel.slices.enumerated().forEach { (pair) in let slice = pair.element as! CarnivalWheelSlice let...
**Step 1 : Add focus** self.editorView.focus(at: .zero) **Step 2 : Add extension in RichEditorView** typealias OldClosureType = @convention(c) (Any, Selector, UnsafeRawPointer, Bool, Bool, Any?) -> Void typealias NewClosureType = @convention(c)...