Again, another maintenance release for DTCoreText and DTRichTextEditorwhich mostly addresses issues introduced by the recent CSS handling rewrite. It also further enhances support for CSS style cascading.
Variable-Sized Items in UICollectionView
UICollectionView was added last year with iOS 6 and to this date I had no real chance to get acquainted with it since most of my apps were still supporting iOS 5. Doing a fresh app only supporting the latest iOS version finally allowed me to dig into it and share the journey with you.
The special scenario we want to look at today is how we could configure variable-sized collection view cells for items like tags. We want to have the cells adjust their size automatically based on the tag string and ideally we don’t want to have to write any layout code for determine the needed sizes.
Please forgive if the following has a few places where I stumbled. It is these temporary snags that I believe you learn from the most, so I left them in the final article.
Selling Linguan
It is with a heavy heart that today we’re announcing that we are looking for a buyer interested in acquiring our Mac localization tool Linguan.
DTCoreText 1.6.4
This update for DTCoreText brings fixes and improvements of equal proportion.
DTFoundation 1.5.2
This update for DTFoundation fixes issues with DTLog and DTHTMLParser and adds a few new utility methods.
DTCoreText 1.6.3 + DTRichTextEditor 1.6.2
Two minor version updates are fixing issues in DTCoreText and DTRichTextEditor.
Update: If you have trouble building via CocoaPods please make sure that you have version 0.23 and also refresh your pod specs. I had to – once more – modify the spec to fix a build problem. Sorry for the inconvenience.
DTFoundation 1.5.1
This is a mostly a clean-up release for DTFoundation with a few interesting additions.