-
Hey guys congrats for the work.
i am facing a problem since ios12 and the new version that you guys release, my textfield in rtl break alignments as you can see above,
Do you a…
-
I am using AppNavigationController class which has following source code.
```
class AppNavigationController: NavigationController {
open override func prepare() {
super.prepare()
…
-
-
This should allow graph to send and receive data through a network and JSON objects.
-
-
Hello @danieldahan. I'm trying to make a tab based app with a navigation bar and a navigationdrawermenu. So far i have succeeded in implementing the following flow -
- BottomNavigationController -…
-
Hero helped me learned a lot about iOS over the last year. Fighting the iOS animation system and dealing with UI bugs has been quite a journey. But I am sorry to say that I do not have to time to main…
-
-
Hi,
did you think about enhancing the TextView to automatically adjust its height to display all the text it contains? It could expand its hight while user typing.
Regards!
-
Using the example project.
Set your font to something high, example:
```swift
emailField.font = UIFont.systemFont(ofSize: 29)
emailField.placeholderLabel.font = UIFont.systemFont(ofSize: 29)
…