我有一个%a%
,我想给第一个collectionView
单元格提供前导空格,而不是为其余的单元格提供前导空格,我想为最后collectionView
个单元格提供尾随空格。
我可以给collectionView
整体提供领导和试验空间,但我不知道如何为这样的单个细胞做什么
我想不出办法做到这一点。
请帮助
答案 0 :(得分:3)
你可以保持领先空间的约束,并为它做出一个出路。
将约束保持为所有单元格的默认值0.
如果该单元格是第一个,txt
或git grep -n "\([^.-]\)\1\{2\}"
,则在这些时间将git grep -nE "([^.-])\1{2}"
git grep -nP "([^.-])\1{2}"
更改为您需要的任何内容。
请勿忘记致电func createShortUrl(urlString:String){
guard let link = URL(string: urlString) else { return }
let components = DynamicLinkComponents(link: link, domain: "ubg36.app.goo.gl")
let options = DynamicLinkComponentsOptions()
options.pathLength = .short
components.options = options
components.shorten(completion: { (url, warnings, error) in
if let error = error {
print(error.localizedDescription)
}
print(url?.absoluteString)
})
}
。