Skip to content

Creating a custom version of iOS Twitter app as a learning exercise. UI built entirely in Swift code (without storyboards).

Notifications You must be signed in to change notification settings

agu3rra/TwitterAG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitter AG

This is a recreation of the Twitter app view based on a tutorial taken from LetsBuildThatApp. https://www.letsbuildthatapp.com/course/Twitter

Learning Objectives

  • Configure an iOS application's user interface entirely in code (without the use of Storyboards).
  • Import and use a 3rd party library thru CocoaPods: http://cocoapods.org . This app uses LBTAComponents in order to facilitate the building of CollectionView based application and TRON for parsing JSON files.

Attention

The tutorial doesn't cover the Social Framework in order to connect to a Twitter account.

Simulator Screenshot

About

Creating a custom version of iOS Twitter app as a learning exercise. UI built entirely in Swift code (without storyboards).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages