Skip to content

sloker/Flash-Chat

 
 

Repository files navigation

Flash-Chat

Learn to make iOS Apps 📱 | Project Stub | (Swift 3.0/Xcode 8) - Flash Chat App

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

Podfile Addition

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 2016 London App Brewery

About

Fork of London App Brewery's Flash-Chat

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 96.5%
  • Ruby 3.5%