Skip to content

Gperez88/Flash-Chat-iOS11

 
 

Repository files navigation

Flash-Chat

Learn to make iOS Apps with The App Brewery 📱 | Project Stub | (Swift 4.0/Xcode 9) - Flash Chat App

Beginner: Download the starter project files as .zip and extract the files to your desktop.

Pro: Git clone to your Xcode projects folder.

Podfile Configuration

post_install do |installer|
    installer.pods_project.targets.each do |target|
        target.build_configurations.each do |config|
            config.build_settings['CLANG_WARN_DOCUMENTATION_COMMENTS'] = 'NO'
        end
    end
end

Finished App

Finished App

Copyright © The App Brewery

Releases

No releases published

Packages

No packages published

Languages

  • Swift 95.7%
  • Ruby 4.3%