iOS 8 UITableView separator inset 0 not working
iOS 8.0 introduces the layoutMargins property on cells AND table views. This property isn’t available on iOS 7.0 so you need to make sure you check before assigning it! The easy fix is to subclass your cell and override the layout margins property as suggested by @user3570727. However you will lose any system behavior like … Read more