Use a better property name in update view for the title texts

This commit is contained in:
Andreas Linde
2013-02-07 16:46:08 +01:00
parent 7fd08e5ddc
commit e0d17bdbed
3 changed files with 12 additions and 12 deletions

View File

@@ -75,8 +75,8 @@
- (void)updateAppStoreHeader {
BITAppVersionMetaInfo *appVersion = _updateManager.newestAppVersion;
_appStoreHeader.headerLabel = appVersion.name;
_appStoreHeader.subHeaderLabel = _updateManager.companyName;
_appStoreHeader.headerText = appVersion.name;
_appStoreHeader.subHeaderText = _updateManager.companyName;
}
- (void)appDidBecomeActive {