【问题标题】:Popover done click event a new popover弹出框完成点击事件一个新的弹出框
【发布时间】:2016-02-26 07:14:15
【问题描述】:

我希望弹出框完成点击事件一个新的弹出框。我怎么能这样做?

popover custom class and get web service 

NSMutableDictionary *dictkey = [[NSMutableDictionary alloc] init];



_VKSelection = [VKSelection customVKPopoverWithView:SELECTION_TYPE_MULTIPLE listArray:arrList selectedArray:selectedArray keyDictionary:dictkey inputType:inputType animation:SELECTION_ANIMATION_CROSS_DISSOLVE animationDuration:VK_SELECTION_DURATION isBGTransparent:NO borderColor:nil borderWidth:0 cornerRadius:4 contentFrame:CGRectMake(0, 0, 250, 400)];


[UIView transitionWithView:self.view duration:VK_POPOVER_DURATION options:UIViewAnimationOptionTransitionCrossDissolve animations:^{
    [self.navigationController.view addSubview: _VKSelection];
} completion:nil];

【问题讨论】:

  • 欢迎来到 Stack Overflow!我编辑了您问题的标题以使其更简洁,并将正文中的描述性标题作为描述移动。我还编辑了您的问题,将您的代码示例缩进 4 个空格,以便正确呈现 - 请参阅编辑帮助以获取有关格式的更多信息。请编辑您的问题以提供任何其他信息,以便确定具体问题,因为您的描述根本不清楚。祝你好运!

标签: ios uipopovercontroller popover


【解决方案1】:

您可以使用 MZFormSheetPresentationController。 https://cocoapods.org/pods/MZFormSheetPresentationController

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2013-01-07
    • 2014-08-11
    • 2019-01-15
    • 1970-01-01
    • 1970-01-01
    • 2011-07-04
    • 2017-01-07
    • 2018-08-03
    相关资源
    最近更新 更多