Startupize 2.2.1 is now available as the download from our website! Check history page for release notes.
Startupizer 2.2 released!
- April 12, 2013
- by Thomas
- Startupizer
Startupize 2.2 is now available as the download from our website! Check history page for release notes.
Startupizer 2.2 and the future
- January 18, 2013
- by Thomas
- Startupizer
I neglected the blog for a while… I have a couple of ideas for posts, but other things keep jumping in. In any case, this is not what I wanted to talk about. I wanted to start 2013 with 2.2 release of Startupizer which was sent to Mac App Store review team on january 9th. It only took about a week to enter review, however in a day or so I received rejection note. It’s not the first rejection I got, but this one is more serious; if I want to correct it, the core feature of Startupizer - managing login items - will stop working. It’s unfortunate consequence of the app sandbox.
Startupizer 2.1 released!
- November 12, 2012
- by Thomas
- Startupizer
Just a quick post about the first update to Startupizer, 2.1, which is now available on the Mac App Store. Check history page for release notes.
Scrolling credits
- February 8, 2012
- by Thomas
- Programming
Creating Mac application requires lots of though and effort into creating a good user experience too. Although generally Cocoa API and tools allow us spend more time on this, there are areas that could benefit from additional effort. When developing Startupizer 2.0, one such area I wanted to address was nicer about window with scrolling credits. This blog post demonstrates the solution I chose.
State of the art state machine
- January 28, 2012
- by Thomas
- Programming
Almost two years ago, I wrote about organization and architecure of my Xcode projects. As all, I also envolved a lot during these few years. If nothing else, I released my first shareware application and I learned a lot from it. In this post, I’ll describe some of the changes to how I architecture my applications.
Auto layout and view animation
- December 21, 2011
- by Thomas
- Programming
In September, I wrote about our Mac OS X 10.7 Lion Auto Layout. As auto layout is one of the building blocks for laying out user interface for next major update of Startupizer, and being new technology, I came across few issues that took me a while to figure out. In this post, I’ll cover some of them for my future reference and hopefully shed some light for those of you stumbling upon the same walls.
Auto-layout in Lion
- September 2, 2011
- by Thomas
- Programming
In my previous post (part 1 and part 2), I talked about new Lion feature - view-based table views. I skimmed over auto layout briefly. In this post, I’m going to talk about it a bit more. We’ll update the example app from previous post to use auto layout and see what changes are required when porting existing code. In addition, we’ll take a look at how we can use auto layout with view controllers and dynamic view hierarchies.