0

I want to know if is there a way to remove the border in a UITableViewCell (grouped style) using the Interface Builder and storyboard. I'm using static cells too.

does this have to be made by code?

thanks!!

5
  • I'm afraid that it's not possible through IB, but this answer might help you Commented Jun 20, 2013 at 22:14
  • Yes, it worked but I want to remove the border in only one UItableViewCell. Commented Jun 20, 2013 at 22:41
  • are you talking about the separator? you can remove all via IB/SB, but if you want to remove just one, you'll have to remove all in IB/SB and the programmtically add a 1px uiview to the uitableviewcell view for all but the one you want to not have a border. Commented Jun 20, 2013 at 22:43
  • maybe will help you stackoverflow.com/a/13414153/1702413 Commented Jun 21, 2013 at 8:14
  • @TonyMkenu, thanks but i just want to change one cell. It's not possible by Interface Builder... I think. Thanks for the help one more time. Commented Jun 28, 2013 at 19:54

1 Answer 1

0

You could create two cell types and assign accordingly.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.