topical media & game development

talk show tell print

#mobile-application-10-DerbyApp-build-iphone-Classes-MGSplitView-MGSplitDividerView.h / h



  //
  //  MGSplitDividerView.h
  //  MGSplitView
  //
  //  Created by Matt Gemmell on 26/07/2010.
  //  Copyright 2010 Instinctive Code.
  //
  //        License and code at http://github.com/mattgemmell/MGSplitViewController/
  #import <TiBase.h>
  
  ifdef USE_TI_UIIPADSPLITWINDOW
  
  #import <UIKit/UIKit.h>
  
  
  @interface MGSplitDividerView : UIView {
          MGSplitViewController *splitViewController;
          BOOL allowsDragging;
  }
  
  @property (nonatomic, assign) MGSplitViewController *splitViewController; // weak ref.
  @property (nonatomic, assign) BOOL allowsDragging;
  
  (void)drawGripThumbInRect:(CGRect)rect;
  
  @end
  
  endif


(C) Æliens 04/09/2009

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.