Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 
  • How to make UITableView separator touch ends of table in iOS7

    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 831
    Comment on it

    In iOS7 separator of table view do not touch ends of the table/cell ,i.e, the separator don't cover complete length of the table/cell. For this we need to set the separatorInset property of table view. For example if we have a UITableView object named 'table' then in order to make the separator cover complete width of the cell we will write :

     [table setSeparatorInset:UIEdgeInsetsZero];  
    

 0 Comment(s)

Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: