Andrew
Andrew

Reputation: 16051

UITextField crashing after 7 keystrokes

I have a UITextField. When I type in it, it works fine, until I type in the 7th keystroke, at which point it crashes. The crash doesn't show up in XCode - there's no indication that it crashed at all. No crash log or anything of the sort. I'm running this on an iPad.

EDIT: Disconnecting from XCode means I get a crash log:

App[12345] has active assertions beyond permitted time: 
{(
    <BKProcessAssertion: 0x1f5bf200> identifier: Suspending process: App[12345] permittedBackgroundDuration: 10.000000 reason: suspend owner pid:26 preventSuspend  preventThrottleDownCPU  preventThrottleDownUI 
)}

Upvotes: 1

Views: 122

Answers (1)

dasdom
dasdom

Reputation: 14073

Try to disable the auto correction. Maybe this is broken. I had this once on the simulator.

Upvotes: 3

Related Questions