Say you want to show a little popover menu on your view controller when a user presses a button. On iPad, this is pretty easy using a popover presentation, but this same thing isn’t available on iPhone devices. Trying to do that just using a container view controller or a custom view overlaid in our
Eclipse Charleston SC 8.21.17 Don’t forget your glasses!! Check out these sweet Eclipse Tees from Amazon Got a better idea with what I should be doing with this domain?? Email me at lsease@gmail.com
I’ve been tasked with some pretty challenging requirements for an android activity. It needs to: – have sections with headers like an iOS UITableView. – have horizontal and vertical scrolling at once – have a swipe to refresh functionality, allowing you to swipe down to refresh the data. Now, perhaps this may be easier to
Tons of new stuff got announced today at Apple’s Media event. It was a big one! Here is a recap: iPhone 7 has 10 new feature enhancements: 1- New Design: jet black finish. High Gloss, seamless surface… also a matte black- gold, silver, rose gold. 2- Home Button— redesign. Force sensitive, taptic engine, can be
So you want to have a view controller with some content, where the content height may be larger than the screen size? Naturally, you want to be able to put this into a UIScrollView and give the user the ability to scroll through this content if it is too large. This is a task I
Having brought many apps live over the years, I’ve had to deal with a significant number of app store rejections. I used to wince when I would see “Cupertino CA” pop up on my cell phone’s caller ID. I’d answer and hear the ever familiar voice, “Hey, It’s Richard from Apple.” As nice as Richard
Adding an oAuth implementation into your ReSTful API is an essential method of authenticating requests between your client apps and your API. Adding a ReSTful API for our iOS and Android apps allows us to centralize data to a cloud server, allowing us to share share amongst different users, clients and even platforms. By implementing
https://github.com/qonceptual/QJsonable QJsonable Summary In our ReSTful API world, we are constantly passing JSON objects to our api and receiving them back. Constantly serializating these objects to and from json string and dictionaries can be cumbersome and can make your model classes and data services start to fill up with boiler plate parsing code. To solve
https://github.com/logansease/SeaseAssist Summary Info This library is founded on the basis that commonly performed tasks, which take several lines of code to write should be encompased into simple methods, either using class extensions or services, that can be written in a single line of code. Thus reducing code redundancy and increasing code readibility. In this package
Apple recently rolled out its new implementation of Test Flight. For users who are used to the previous version of Test Flight, the process may be a bit confusing. The new version of Test Flight, however, is meant to go more hand in hand with the existing app store submission process. Here is a quick