2

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 .

enter image description here

4

3 回答 3

2

我找到了一个解决方案,用于更改“AFPhotoEditorController”中“完成”和“应用”按钮的颜色。

  1. 从您的项目中选择并打开“AviarySDKResources.bundle”
  2. 打开“AviarySDKColors.plist”
  3. 打开“accentColor”
  4. 将键“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 回答