Welcome, Guest
Username Password: Remember me

Change Arrow for Image
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: Change Arrow for Image

Change Arrow for Image 1 year, 4 months ago #1

Happy New Year to everyone.

I was just wondering if it is possible to change the arrow on the rows to something more like the blue arrow image thay you see on a lot of Apps.

Iain
  • ihmunro
  • OFFLINE
  • Expert Boarder
  • Posts: 135
  • Karma: 0

Re: Change Arrow for Image 1 year, 4 months ago #2

Happy new year Iain!

I am assuming you're using an SCArrayOfObjectsSection:

 
...
myObjectsSection.itemsAccessoryType = UITableViewCellAccessoryDetailDisclosureButton;
...
 
  • tarekskr
  • OFFLINE
  • Administrator
  • Posts: 2402
  • Karma: 72

Re: Change Arrow for Image 1 year, 4 months ago #3

Hi Tarek

I was not using that.

I did find the section with in code and added this:

SCArrayOfObjectsSection *myObjectsSection.itemsAccessoryType = UITableViewCellAccessoryDetailDisclosureButton;


But am getting a nesting error.

Any ideas ?

Iain
  • ihmunro
  • OFFLINE
  • Expert Boarder
  • Posts: 135
  • Karma: 0

Re: Change Arrow for Image 1 year, 4 months ago #4

Iain: Your code is syntactically wrong, as you're redeclaring your section this way. Just reference your section directly like this:

 
yourSectionName.itemsAccessoryType = UITableViewCellAccessoryDetailDisclosureButton;
 


Again, this is all out of the scope of this forum. I really recommend you check out the Objective-C books I recommended earlier.
  • tarekskr
  • OFFLINE
  • Administrator
  • Posts: 2402
  • Karma: 72

Re: Change Arrow for Image 1 year, 4 months ago #5

Hi Tarek

I looked at some info and got it figured out - thanks.

Iain
  • ihmunro
  • OFFLINE
  • Expert Boarder
  • Posts: 135
  • Karma: 0
  • Page:
  • 1
Time to create page: 1.62 seconds