I have updated the Aviary SDK for iOS 7 compatibility . Previously everything working good but in the iOS 7 I am having the following frame issue . Cancel button and Done buttons are cutting down at the edges and there is some gap from status bar and Aviary present modal view . Any ideas or help would be grateful .
问问题
653 次
3 回答
2
我找到了一个解决方案,用于更改“AFPhotoEditorController”中“完成”和“应用”按钮的颜色。
- 从您的项目中选择并打开“AviarySDKResources.bundle”
- 打开“AviarySDKColors.plist”
- 打开“accentColor”
- 将键“hex”的值更改为您想要的值。
于 2015-04-28T11:20:10.637 回答
1
修复我使用的框架尺寸
- (void)setPhotoEditorCustomizationOptions
{
[AFPhotoEditorCustomization setUsingIOS6SDK:YES];
}
于 2013-12-01T21:23:35.303 回答
0
在 IOS 7 中,他们使用具有文本高亮效果的无边框导航栏按钮,没有调整栏按钮的选项,对于 Aviary,建议使用示例 IOS 7 屏幕布局的栏按钮样式指南中的布局,您可以通过调整栏按钮颜色来实现此效果和 Aviary SDK 工具中的不透明度。
于 2013-10-16T08:28:22.207 回答