FMIceLinkCocoaLayoutManager Class Reference
| Inherits from | FMIceLinkLayoutManager : FMIceLinkLayoutPreset : FMIceLinkDynamic : FMIceLinkSerializable : NSObject | 
|---|---|
| Conforms to | * FM_VIEW  | 
| Declared in | FMIceLinkCocoaLayoutManager.h FMIceLinkCocoaLayoutManager.m  | 
– addView:
	
Adds a view to the container.
			- (void)addView:(NSObject *)viewParameters
view | 
						The view to add.  | 
					
|---|
Discussion
Adds a view to the container.
			Declared In
FMIceLinkLayoutManager.h
– removeView:
	
Removes a view from the container.
			- (void)removeView:(NSObject *)viewParameters
view | 
						The view to remove.  | 
					
|---|
Discussion
Removes a view from the container.
			Declared In
FMIceLinkLayoutManager.h
– dispatchToMainThreadWithAction:arg1:arg2:
	
Dispatches an action to the main thread.
			- (void)dispatchToMainThreadWithAction:(FMIceLinkAction2<NSObject*,NSObject*> *)action arg1:(NSObject *)arg1 arg2:(NSObject *)arg2Parameters
action | 
						The action to invoke.  | 
					
|---|---|
arg1 | 
						The first argument.  | 
					
arg2 | 
						The second argument.  | 
					
Discussion
Dispatches an action to the main thread.
			Declared In
FMIceLinkLayoutManager.h
– layout
	
Positions the local and remote views within the layout.
			- (void)layoutDiscussion
Positions the local and remote views within the layout.
			Declared In
FMIceLinkLayoutManager.h