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.
使用按EntryElement原样输入数据会导致输入的数据在中间对齐。
EntryElement
如何指定条目应在 iPad 上右对齐。
例如:
您是否尝试过CreateTextField覆盖EntryElement?
CreateTextField
这应该让您完全控制如何创建UITextField用于元素入口部分的对象。
UITextField
更新请注意,如果您重写 CreateTextField,您还应该重写 Cellkey 属性,以确保此单元格不会通过 UITableView 单元格共享机制与其他 EntryElements 共享。
当然,您需要在被调用之前知道正确的大小(或延迟设置某些属性,直到您确定为止)。