Closed mikeger closed 8 years ago
@dnedrow it's really nice to hear that someone is using Classy in production!
Sorry for that change sneaking in, since the PR is from master
to master
it also included all other changes.
bootStrapClassy
is useful when
Real-life use example can be found here: https://github.com/wireapp/wire-ios/blob/75f558d483324946ec846a7b600fef39db8fb09f/Wire-iOS/Sources/AppRootViewController.swift
@mikeger cool, thanks. So calling bootstrapClassy as below should be an acceptable setup if there is no need for special window handling?
[CASStyler bootstrapClassyWithTargetWindows:UIApplication.sharedApplication.windows];
Yes, if (1) code is not executed in the app extension (then there is no UIApplication
) and (2) all your windows are loaded.
Hey We are having some updates for Classy, based on our most recent usage experience:
NSCoding
, Classy supports nowid<CASCacheProtocol> cache
property to modify the caching behaviourSanFrancisco
font family, which is hard to mention by nameAlso contains tests for some of this functionality. Sorry for such a big PR.