ZFTokenField icon indicating copy to clipboard operation
ZFTokenField copied to clipboard

Fixed text field size by finding UIFieldEditor and getting the real cont...

Open MsrButterfly opened this issue 9 years ago • 3 comments

...ent size. Added margin to all edges. Invoked [self setup] in initWithCoder: to enable Storyboards.

MsrButterfly avatar Mar 19 '15 18:03 MsrButterfly

@MsrButterfly This addresses major issues. thanks for the PR, I hope it is merged by @zoonooz

notDanish avatar Jan 26 '16 16:01 notDanish

Hey @MsrButterfly

How did you find UIFieldEditor?

I'm having a bug related to its bounds on iOS 10, it basically sets itself to a out of screen position. I'm trying to figure out how to find it to manually set its bounds.

filipealva avatar Apr 13 '17 17:04 filipealva

@filipealva These fixes are based on iOS9, I don't know whether it works on iOS10 or not. UIFieldEditor is searched by tranversing all subviews and comparing the classnames.

MsrButterfly avatar Apr 14 '17 23:04 MsrButterfly