-
I use https://github.com/CosmicMind/Material
Which has it's own styled `UITextField` subclasses.
My subclassed text field implements `ValidatorControl` protocol.
```swift
class ValidationTextF…
-
let leftViewController = SecondViewController()
let appBottomNavigationController = AppBottomNavigationController(viewControllers: [navHome,navTeachingResearch,navSignUp,navStudio,nav…
-
Data structures should take in a compare function that allows for custom sorting.
-
I have memory leak with `motionNavigationTransitionType = .selectBy(presenting: .slide(direction: .left), dismissing: .slide(direction: .right))`
my simple implementation is:
```
import UIKit
…
-
in xcode 11 , swift5
@IBOutlet weak var tabBar: TabBar!
var buttons :[UIButton] = []
self.tabBar.buttons = buttons;
==>this line self.tabBar.buttons = buttons; ==> give me this error ==> Value o…
-
-
Hi, im using the latest stable version on graph im my project (i also tried development branch but the issue is there too).
Since i updated to iOS 13, i am experiencing what looks like a bad error, w…
-
Hello,
while using this menu I encountered a strange animation flickering. For example when you open menu and then decide to close, you can see flickering button layers on top of the "pieces" (for …
-
Hi, I got problem with pulse animation, when I press on button and swipe to next controller with UIViewControllerAnimatedTransitioning, after that I get back to controller with button and pulse animat…
-
When I launch the app, the database storage isn't synchronizing, but after some other launch, the database is synchronizing correctly.
I'm using iCloud storage, but it doesn't work correctly.
I've e…