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.
我有一个水平表格视图,我想移动这个表格视图并根据我在视图中间给出的 indexPath.row 定位单元格。
我正在尝试找到该方法但找不到它:(
你可以帮帮我吗。
谢谢 !
我想你正在寻找这个:
[self.tableView scrollToRowAtIndexPath:indexPath atScrollPosition:UITableViewScrollPositionMiddle animated:YES];
我正在尝试允许用户使用 Stripe 在我的应用中添加信用卡。当我调用下面的代码(来自文档:https ://stripe.com/docs/api#create_card )时,我收到以下错误。
是文档过时了还是我做错了什么?