Viewing profile — wess
wess
HN member- Joined
- Mon, Apr 11, 2011, 2:40 AM UTC
- HN karma
- 52
- Public activity
- 26 items
- HN profile
- View on Hacker News ↗
About wess
No profile information was provided.
Recent public activity
-
comment
Comment #18931305
Skafos actually leverages CoreML and the models do run on device. It's a live update to device local models in the background, or even hot swap while in the foreground.
- story
- story
- story
-
comment
Comment #8018455
@wesscope here!
- story
- story
- story
- story
- story
-
comment
Comment #4660725
Was thinking about that, but different people like different things, suggestions are welcome. Maybe i will add "errorView" property to SurveyField.
-
comment
Comment #4660279
Submitted to Cocoacontrols, thanks for the suggestion!
-
comment
Comment #4660015
Yeah, I want to put together a really nice page for it, with very involved docs and example usage. It's coming, just wanted to get the lib out ;)
-
comment
Comment #4660010
It supports any field type you want, SurveyField has a property of fieldClass, so you can set it to [UITextView class] and it will do it's best to use it
- story
- story
- story
-
comment
Comment #3945636
You can load them on demand as well, pushViewController when ever you would like.
-
comment
Comment #3945367
It's not a UINavigationController replacement. It's a slide menu like facebook, just uses nav controller as inspiration, to make creating slide menus, that are all the rage, easier…
- story
- story
- story
- story
- story
-
comment
Comment #2578232
Friend and I are currently working on an embeddable library for server-side javascript called CoreJS ( http://github.com/frenzylabs/CoreJS ). It's not to compete with node, as it's…