Live data from Hacker News

Viewing profile — johnno1962

johnno1962

HN member
Joined
Thu, Sep 06, 2012, 12:36 PM UTC
HN karma
1
Public activity
4 items

About johnno1962

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #4737073

    In fact there are some solutions out there for code injection using bundles on iOS, e.g. the following video: http://vimeo.com/50137444 It packages it all up as a plugin for Xcode.…

  3. comment
    Comment #4485210

    Objective-C supports code replacement very well as it "run-time binds" selectors to method implementations. By injecting a bundle with a new implementation in a category it takes p…

  4. comment
    Comment #4485097

    Code injection isn't impossible in Objective-C even on iOS, check out http://injectionforxcode.com/ or the write up by Erica Sadun here: http://www.tuaw.com/2012/05/10/devjuice-inj…