Hemang
Hemang
Let's say I've to setup 5 segments but 5th should be only enable on certain validations, how can I achieve that?
So here's the case: You have added floating view top above some descriptions so because of the space occupied by the handle button and (when open) by the option buttons...
**datasource**: - Set and configure various properties. **delegates**: - Know which date/contribution is tapped. - Know when reloads.
``` self.tblView.es.addPullToRefresh { [unowned self] in //this will call 3 times. } ```
Hello Rintoj/Contributors, _First of all, this is a great component I came across since I started hybrid development (March 2020)._ The issue I'm facing is with the virtual-scroller (latest version...
If you pass "black" background color using a delegate it will crash. However it will not crash if I create black color like this (`UIColor.init(red: 0.0, green: 0.0, blue: 0.0,...
I have a scenario for which I don't want to show a CalloutView to be displayed when an annotation will get selected. Instead, I want `MapViewPlus` to let me know...
I have a requirement for which I need to show a different annotation image when an annotation is selected. How can I do that? ``` extension KiosksViewController: MapViewPlusDelegate { func...
Hey, @egmoll7 first of all nice work! I am experimenting with `EMAlertController` right now and found few issues with it. `cornerRadius` will not work if I set `actionBackgroundColor` on `action`s....