CocoaHeads January

This month's CocoaHeads will be on the normally scheduled 4th Thursday. We are back in our normal location in Durham at the Two Toasters office.

 

If you need directions to the office, you can find the directions here: http://trianglecocoa.com/twotoasters


Meeting Agenda

* Introductions and Sponsors

* Session 1: "Help Apple help you: or Tales from the Black Box" by Josh Johnson

* Session 2: "Creating Open Source Projects for iOS" by Scott Penrose

* Session 3: "CouchDB Cocoa Framework" by John Turner

* App Demos: Would you like to demo?

* One more thing...

* NSDrinking

 

Demo your app?


As always, we are looking for more people to demo their work. Do you have an app that has new features you'd like to show off? Would you like to show off an interesting user experience you've designed? Even just showing us your new app, we want to see it. Please get in touch with jnjosh at gmail dot com or be ready to show your app!

 

Join or login to comment.

  • Pat B

    Wish I could have made it, but had to take care of the kids first. If there is a person willing to give expert UIWebView advice via email, please contact me.

    January 24

    • Joe Zobkiw

      So the UIWebView doesn't have a back button but does have the canGoBack method - are you saying that that method is not returning the right value? Also, I don't know of a delegate method that will alert you when JS/AJAX does anything because basically there is no way to know that - JS could be doing all sorts of things behind the scenes to the UIWebView content. If canGoBack is the correct value then you can use a timer to check it a few times a second and manage your button accordingly.

      January 25

    • Joe Zobkiw

      If that does NOT work then you can always trigger a custom scheme url (after your AJAX call returns for instance) from the JS code that will then trigger the delegate via the webView:shouldStartLoadWithRequest:navigationType: method. You can then return NO so it doesn't actually do anything but your app can then get a chance to enable/disable your button accordingly. This sample shows communication between UIWebView and iOS code that shows this type of technique. https://github.com/zob...

      January 25

Two Toasters

Two Toasters is a continuing sponsor of CocoaHeads.

TekSystems

TekSystems is a continuing sponsor for CocoaHeads

Log in

Not registered with us yet?

Sign up

Meetup members, Log in

or
By clicking the "Sign up using Facebook" or "Sign up" buttons above, you agree to Meetup's Terms of Service