-
Recent Posts
Recent Comments
Archives
Categories
Meta
Tag Archives: c
OOP != classes, but may == DOD
Object-oriented programming (OOP) is a programming paradigm that uses “objects” – data structures consisting of datafields and methods together with their interactions. I was reading an interesting article today about a design methodology that I’ve been practicing since 1982, “Data … Continue reading
How to background load and cache UIImageViews images
It’s often the case that the apps I am working on are required to download quite a couple, or even a few dozen, images and display them in a UIImageView. In looking online I found a few different methods of … Continue reading
Posted in iOS
Tagged c, Code, Development, featured, iPhone / iOS, Objective, UIImage, UIImageView
Leave a comment