mike enriquez

Mac/iOS/Web Developer

Technical stuff

awakeFromNib not called

If you’re wondering why your awakeFromNib method is not getting called, check out #4 in the docs on The Object Loading Process. Basically, awakeFromNib is not called on placeholder objects such as File’s Owner and First Responder in iOS.