# Realm vs CoreData
I want to start off by stating that I am not intending to compare performance or strongly weight end user results kind of statistics, but instead just experimenting with bothContinue reading
I want to start off by stating that I am not intending to compare performance or strongly weight end user results kind of statistics, but instead just experimenting with bothContinue reading
Having just finished my afternoon project for Lambda after a day filled with keynotes and attempting to test run some beta software, I thought I’d share what my favorite thingsContinue reading
At Lambda, we recently had a build week, which essentially boils down to getting some real world simulated experience where we work with a team consisting of students from aContinue reading
I don’t have anything clever to write here tonight. We learned about basic iOS animation today, so I thought I’d share some simple, but quite nice looking animations with you.Continue reading
Oops! I seem to have forgotten to make posts the last couple days. In my defense, my in laws are visiting from out of town, so I’m doing everything IContinue reading
case EnumFuncs I looove enums. They allow you to explicly define enumerations without resorting to stringly typing or falling back to simple Ints. However, they don’t have inherent compatibility withContinue reading
case PerformSegue I’ve always found connecting Interface Builder to code slightly clunky. To be fair, I don’t have any experience with any other, competing gui schemes, so maybe it’s aContinue reading
case GlobalTint This is a good one for those who heavily customize their UI, or even slightly customize it. It’s not uncommon to want to make a modification to theContinue reading
Moar Delegates In my previous blog post, I mentioned how I didn’t have a perfect metaphor to help with understanding protocols (and delegates, as a subtype of protocols). That hasn’tContinue reading
Swipe Actions In my Poopmaster and RePNCalc apps, I had used table views and implemented a third party library to enable swipe actions on the cells. While there may beContinue reading