I have a UITableView with a UISearchController.
One types into the search field and the table is filled with appropriate
entries.
But only a small part of the table is visible, the rest is obscured by the
keyboard.
When one stops typing and starts scrolling the table it would be nice if the
ke
> On Apr 18, 2015, at 5:32 AM, Gerriet M. Denkmann wrote:
>
> Anyway: how can I detect that the table did start scrolling?
> Using a timer to periodically check the index of the top row seems not very
> efficient.
>
> There should be a better way.
https://developer.apple.com/library/ios/docume
I’m trying to write an app (on both OS X and iOS) that uses MapKit to display
and edit data on a map; including in-building maps (i.e, floor plans). However,
the maximum zoom level of MKMapView is insufficient for this; and my attempts
to zoom it in further seem to be getting clipped. The docume
> On 18 Apr 2015, at 21:07, Michael Babin wrote:
>
>> On Apr 18, 2015, at 5:32 AM, Gerriet M. Denkmann
>> wrote:
>>
>> Anyway: how can I detect that the table did start scrolling?
>> Using a timer to periodically check the index of the top row seems not very
>> efficient.
>>
>> There should