• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Removing everything from a NSView
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Removing everything from a NSView


  • Subject: Re: Removing everything from a NSView
  • From: Peter Maurer <email@hidden>
  • Date: Tue, 21 Sep 2004 10:42:20 +0200

- (void)removeAllSubviews {
[[NSArray arrayWithArray: [self subviews]] makeObjectsPerformSelector: @selector(removeFromSuperviewWithoutNeedingDisplay)];
[self setNeedsDisplay: YES];
}


From the documentation: "Unlike its counterpart, removeFromSuperview, this method can be safely invoked during display."

Cheers,

Peter Maurer.

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


References: 
 >Removing everything from a NSView (From: "Peter Karlsson" <email@hidden>)
 >Re: Removing everything from a NSView (From: Martin Wennerberg <email@hidden>)

  • Prev by Date: Re: Removing everything from a NSView
  • Next by Date: Re: Removing everything from a NSView[SOLVED]
  • Previous by thread: Re: Removing everything from a NSView
  • Next by thread: Re: Removing everything from a NSView[SOLVED]
  • Index(es):
    • Date
    • Thread