FahimF / FloatLabelFields

Text entry controls which contain a built-in title/label so that you don't have to add a separate title for each field.
MIT License
1.19k stars 107 forks source link

View controller loads slowly !! #18

Open shivang2902 opened 7 years ago

shivang2902 commented 7 years ago

The view controller loads slowly because of using FloatLabelFields at 7 places in the VC. I searched for different solutions but none worked. Any help guys. I have been using the same classes as provided

Thanks

shivang2902 commented 7 years ago

screen shot 2016-08-02 at 3 47 50 pm

lastMove commented 7 years ago

OH nice ! Good Catch. I was struggling with the same problem (slow loading) And Your issue make me realise that it because of FloatLabelFields. Now I can search a solution :)

amitpdev commented 7 years ago

Any update on this? sounds critical.

lastMove commented 7 years ago

No news. I tried to use another library SkyFloatingLabelTextfield (This one has more customisation option, supports RTL and has more feature), But same problem. It's maybe because I use UITableViewController with static cells. From iPhone 6 it's not slow and on iPhone 5 it takes 4-5 seconds to load ( i have almost 15 textfields)

amitpdev commented 7 years ago

Just guessing here, but could be caused by Color Blended Layers (enable via iOS Sim debug). see this post. Sounds like a pretty nasty vc with 15 textfields :)