ios - ABNewPersonViewController Address "Address" and "City" overlap -
new ios development—taking on existing project , trying of ui tweaks done ios7.
we use contacts in our application. when users tap add contact in our contactslistmanagerview.m uiactionsheet instantiate new abnewpersonviewcontroller:
abnewpersonviewcontroller *adder = [[abnewpersonviewcontroller alloc] init]; [adder setnewpersonviewdelegate:self];
we add single delegate method abnewpersonviewcontroller in contactslistmanagerview.m:
newpersonviewcontroller:didcompletewithnewperson:
i don't see other references viewcontroller.
the problem i'm having when add address new person there "address" field overlaps "city" field. see screenshot here: http://cl.ly/image/0h3i0l3k3k1g
i'm not sure field coming from, or properties available make kind of change. can provide appreciated.
Comments
Post a Comment