美文网首页
xib和storyboard的不同点总结

xib和storyboard的不同点总结

作者: JaneEyre3X | 来源:发表于2019-08-22 10:34 被阅读0次

    storyboard可以有多个页面以及定义页面之间的逻辑关系
    xib描述的是一个页面
    xib中添加CollectionView不能添加CollectionViewCell;添加TableView不能添加TableViewCell
    storyboard中添加CollectionView可以添加CollectionViewCell;添加TableView可以添加TableViewCell
    storyboard可以定义UITableView的StaticCell
    xib不支持StaticCell
    storyboard可以添加一个ViewController类型的控件
    xib不支持添加一个ViewController类型的控件

    相关文章

      网友评论

          本文标题:xib和storyboard的不同点总结

          本文链接:https://www.haomeiwen.com/subject/lxngsctx.html