objective c - Are Facebook iOS app posts drawn with CoreGraphics? -


does know how facebook app ios displays post items?

what best (most efficient) way display these post items in ios app?

core graphics? imageviews?

thanks

facebook ios

they using custom uitableview

finally, when start facebook ios, want see news feed, not loading spinner. provide best experience possible, show previously-cached content immediately. introduces new problem: if have lot of stories in news feed, uitableview throws small spanner in works calling delegate method -tableview:heightforrowatindexpath: each story in news feed in order work out how tall make scrollbar. result in app loading story data disk , calculating entire story layout solely return height of story, meaning startup progressively slower accumulate more stories.

you can read more details objectivec facebook version here: https://www.facebook.com/notes/facebook-engineering/under-the-hood-rebuilding-facebook-for-ios/10151036091753920 (this aboves cite source)


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -