gpt4 book ai didi

ios - 将列添加到 Rubymotion Tableview

转载 作者:行者123 更新时间:2023-11-29 11:04:51 24 4
gpt4 key购买 nike

我正在使用 Rubymotion 创建一个基本的 iPad 应用程序。有没有办法直接向 UITableView 添加列,我在这个链接上找到了一个使用 objective-c 的添加列

http://usxue.is-programmer.com/posts/14176.html

此代码使用 addColumn 方法在单元格中创建一个网格。

如何在 RubyMotion 中使用此方法?

谢谢

最佳答案

像他们那样继承 UITableViewCell:

def MyTableCell < UITableViewCell 
def addColumn(position)
# Add their example code here
end
# Etc
end

...我不会为您做这件事,但您明白了。只需将 Obj-C 转换为 RubyMotion。他们在那里为您提供了一个非常完整的示例。

如果您的目标是 iOS 6+,有一个名为 UICollectionView 的新对象,它也可以为您提供您希望创建的功能:

http://developer.apple.com/library/ios/#documentation/UIKit/Reference/UICollectionView_class/Reference/Reference.html

关于ios - 将列添加到 Rubymotion Tableview,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14154643/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com