Tesleem
Tesleem
It would be nice if there can be an alternative text in case the flag doesn't show for users. Say for example, the part of the textfield can display NIG...
**Description** I've been trying to set active textfield when flag button is pressed, all to no avail. Since shouldBeginEditing delegate is not accessed on pressing of button, there has to...
Even after I set isSearchEnable to true, keyboard fails to come up. See code snippet below. ``` let senderStateTextField: TesDropDownTextField = { let textField = TesDropDownTextField() textField.isSearchEnable = true textField.placeholder...
I did something like this to be able to use it in my project ``` swift // // SwipeCalendarView.swift // Created by Tes on 03/03/2023. // import UIKit import MDatePickerView...
### Description When the navigation stack is originally presented by or from a tab bar, dismissing the panModal page calls the viewDidLoad again, rather than just the viewWillAppear and viewDidAppear...