Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用以下方法在我的代码中添加了一个贝宝按钮:
[self addLabelWithText:@"" andButtonWithType:BUTTON_294x43 withAction:@selector(simplePayment)];
我有一个视图会在某一时刻弹出。此按钮位于视图顶部。我希望它在后面或隐藏。我将如何隐藏或删除此按钮并在视图完成后将其添加回来?我只是不确定如何引用这个。我知道有一些方法可以标记它等等......谢谢。
好的,我明白了...我创建了一个 uibutton 并将其分配给方法中的 paypal 按钮。
- (void)addLabelWithText:(NSString *)text andButtonWithType:(PayPalButtonType)type withAction:(SEL)action
然后我根据需要隐藏按钮。