I want to keep a split and not completely wide view of a grouped tableView, but I don't need square corners. Is there any way to set / fake this?
You can set the backgroundView property in your cells to a view that looks like everything you want.
backgroundView
Use this
cell.backgroundView = [[[UIView alloc]init] autorelease];
Source: https://habr.com/ru/post/1305678/More articles:The most efficient way to store list structure in XML is xmlHow to send EOF to stdin in paramiko? - pythonHow to use Doxygen with Xcode? - objective-cAndroid: AdWhirl cannot find AdMobAdapter - androidAsynchronous subprocess on Windows - pythonHow to apply unit tests in ASP.NET web forms - unit-testingGood Video Chat Website Solutions - videoFree modem kit - phone-callDOM memory issue with IE8 (inserting a lot of JSON data) - javascriptHow to dial a phone number using .NET? - c #All Articles