Ricardo Ruiz Lopez
Ricardo Ruiz Lopez
Thanks! It's useful. Can I do something similar with Storyboard?
I wonder the same question. I'd like to use this in combination with NSFetchedResultsController. Thanks.
Maybe the problem is that you use: xmppStream = [[[XMPPStream alloc] init]autorelease]; rather than self.xmppStream = [[[XMPPStream alloc] init]autorelease]; Otherwise your object will be autoreleased and maybe that's the problem.
@jondwillis You are awesome! Thanks a lot for this!
@lawmicha Let's say I do that and my app uses Cognito too. Does this mean I can send a message to a specific user id (user id taken from cognito)...
I guess you can improve that using DHCP Reservation in your router
I think I also see that error. "**\* Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Invalid parameter not satisfying: range.location + range.length
It seems after keyboard hides, the scrollview is about 20 points larger. Probably this is because of view controllers are in full screen under iOS7 and status bar is on...
Any help?
Same here