markrickert
Principal Software Engineer @ @infinitered and extreme sports enthusiast. Working remotely for over 10 years with more than 25 years of industry experience.
Repositories
Select a repository to view its commits, contributors, and more.iOS-PagePeel-Example
Example Xcode project that shows how to replicate the cool iOS page peel effect. Detailed in a blog post here: http://skookum.com/blog/ios-peeling-effect/
UIWebView-RemoveShadow
iOS UIWebView category to remove the top and bottom shadow that Apple automatically adds to every webview. This is particularly useful if you want to use HTML to create a view in your application that's scrollable and want to use your own self.view.backgroundColor or similar.
cryptohopper-dashboard-watchlist
A browser userscript that tweaks the Cryptohopper dashboard.
rubymotion-templates
A set of development templates for RubyMotion 2.0+
MRCurrencyRound
A simple NSNumber class extension that provides better formatting for currency. Use this to correctly round an NSNumber to the 2nd decimal point based on standard "round half-up" methodology in order to calculate tax and percentages of currency, etc.
App-Display-Page
A wordpress plugin that will take an application ID from your iOS application and output the data associated with it. Included is an example usage file if you want to see how to use it as a standalone script. You can get the plugin from the official wordpress directory here: http://wordpress.org/extend/plugins/app-display-page/
PromotionTwoScreensInOne-Example
An example Promotion (RubyMotion) application that shows how to use two PM::Screen instances in a master screen.
RubymotionUPC-example
An example RubyMotion application that uses ZBar to scan barcodes.
JSONTableMotion
Example project on how to use nested JSON to create a bunch of nested UITableViews in RubyMotion
expo-required-hardware
An expo config plugin to specify necessary hardware for running your app.
UIView-FormScroll
UIView category that scrolls a view up or down. Useful for moving a view when you show a keyboard so that the view isn't covered up.
iPhone-iPad-API-Differences-Tech-Talk
This is a tech talk given 1/20/2012 at Skookum Digital Works in Charlotte, NC about the differences between the APIs for iPhone and iPad development and how to integrate the two into a universal application. The project includes a working Xcode example of a universal application as well as the slides from the presentation.