美文网首页swift学习专题
iOS Swift5从0到1系列(二):学习UITabBarCo

iOS Swift5从0到1系列(二):学习UITabBarCo

作者: 冰雨9527 | 来源:发表于2021-08-26 15:22 被阅读0次
    # Uncomment the next line to define a global platform for your project
    # platform :ios, '9.0'
    
    target 'gnSwiftDemo' do
      # Comment the next line if you don't want to use dynamic frameworks
      use_frameworks!
      
      # Pods for gnSwiftDemo
      
      pod 'ESTabBarController-swift' # tabbar样式
      
    end
    

    相关文章

      网友评论

        本文标题:iOS Swift5从0到1系列(二):学习UITabBarCo

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