Skip to content

leojkwan/facepad-ios-0615-public

Repository files navigation

tags languages
custom_tableViewCells, UITableView, storyboard
objc

facepad

Let's build a user news feed

Instructions

The Models

  • Make a FISUser feed with properties for the username, profile picture, and cover image
  • Make a FISTextPost object with properties for the user who posted and a property for the content itself.
  • Make a FISImagePost object with properties for the user and the content itself.

The Views

  • Create an initial Table View Controller with a list of a bunch of usernames.
  • When you select a username it should push on a new Table View Controller you should get a view that looks something like this:
  • The top item is a cover image that when you scroll up, it should scroll up as well.
  • The second cell is a text content cell
  • the third cell is an image content cell

Advanced

  • Check out how to do dynamic sized cell. link Link
  • Those profile pic + username header looks like it should be a reusable component. Create a new UIView subclass that has those two things. You'll probably want to make a view with a xib.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •