Results 4 comments of Brock Boland

I've really liked this method for site building, but I'm not sure of the best way to include it in the boilerplate. I suppose it could be a `profile_placeholder` directory...

Based on an [answer over at StackOverflow](http://stackoverflow.com/a/18714211/2185), I replaced [line 74](https://github.com/ecstasy2/toast-notifications-ios/blob/master/iToast.m#L74) with the following: ``` NSDictionary *attributesDictionary = [NSDictionary dictionaryWithObjectsAndKeys: font, NSFontAttributeName, nil]; CGSize textSize = [text boundingRectWithSize:CGSizeMake(280, 60) options:NSStringDrawingUsesLineFragmentOrigin...

Actually, you'll still get the warning even with the `respondsToSelector:`, so I'm not going to bother with a PR. Either: - Support iOS 6, and iOS 7 devs deal with...