Welcome, Guest
Username Password: Remember me

How I remove the disclosure button?
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: How I remove the disclosure button?

How I remove the disclosure button? 1 year, 7 months ago #1

By default all examples show a detailed window.
How do I removed that behavior?

I don't need this:
skitch.com/steipetee/ds9yf/iphone-simulator

also how to remove the "delete" behavior on swipe?

I just need the selection and the event fired.

thx.
amok
  • amok
  • OFFLINE
  • Fresh Boarder
  • Posts: 8
  • Karma: 0

Re: How I remove the disclosure button? 1 year, 7 months ago #2

Just use the SCArrayOfObjectsSection properties called:

a. allowEditDetailView = FALSE; // Will disable detail views
b. allowDeletingItems = FALSE; // will disable deletion
c. itemsAccessoryType = UITableViewCellAccessoryNone; // will remove disclosure button

You may also want to check out this video tutorial for more detailed information on what you're trying to achieve: www.sensiblecocoa.com/video-tutorials/wa...iew-replacement.html
  • tarekskr
  • OFFLINE
  • Administrator
  • Posts: 2404
  • Karma: 72
Last Edit: 1 year, 7 months ago by tarekskr.

Re: How I remove the disclosure button? 1 year, 7 months ago #3

thank you -

grrr I had looked twice on the property list and I didn't see it - blind me!
  • amok
  • OFFLINE
  • Fresh Boarder
  • Posts: 8
  • Karma: 0
  • Page:
  • 1
Time to create page: 1.27 seconds