Author Archives: jbridon


Opening a file in iOS with Objective-C

I’ve been asked a few times now how to load a file in an iOS application programmatically. It’s pretty easy, but many people overlook the fact that your compiled and built bundle may have a unique path upon installation on … Continue reading

Posted in Programming | Leave a comment

Introducing Core S2 Software Solutions

I would like to welcome you to our new site for Core S2 Software Solutions. The goal of this site is to document our work, as well as create a portfolio of past work, provide customer support, and create a … Continue reading

Posted in News & Updates | Leave a comment

Setters and getters in the world of OOP

Older article from Voxel Entertainment; originally written by Jeremy Bridon. Object Oriented Programming, or OOP, usually requires a system of “getters” and “setters” to access an object’s properties. Most languages don’t enforce this concept, but let the programmer choose to … Continue reading

Posted in News & Updates | Leave a comment