XAMicAnimationProtocol Protocol Reference
| Conforms to | NSObject |
|---|---|
| Declared in | XAMicAnimationProtocol.h |
Overview
The XAMicAnimationProtocol provides a protocl for developers to adopt in their custom
microphone animation classes.
– updateFrame:
required method
This method will set the right frame to layer
- (void)updateFrame:(CGRect)frameParameters
frame |
current frame. |
|---|
Discussion
This method will set the right frame to layer
Declared In
XAMicAnimationProtocol.h
– setHidden:
required method
It will hide the layer.
- (void)setHidden:(BOOL)hiddenParameters
hidden |
YES is hidden |
|---|
Discussion
It will hide the layer.
Declared In
XAMicAnimationProtocol.h
– stopAndRemoveLayer
required method
view
You DON’T need to actaully add set or get any methods for the view, this is added so xapp sdk wont throw a warning because if you are using a view controller xapp sdk needs to access to view to add it ass a child view controller.
@property (nonatomic) UIView *viewDiscussion
You DON’T need to actaully add set or get any methods for the view, this is added so xapp sdk wont throw a warning because if you are using a view controller xapp sdk needs to access to view to add it ass a child view controller.
Declared In
XAMicAnimationProtocol.h