Custom Views
-
See moreVouchrWebImageis a convenience view that is capable of asynchronously downloading images. During download of the image, the view will shimmer, resembling a loading state. This view does not subclassUIImageViewbut can be used in place of one, as it follows a similar protocol.Declaration
Objective-C
@interface VouchrWebImageView : FBShimmeringViewSwift
class VouchrWebImageView : FBShimmeringView
-
See moreSealedVoucherViewis a sealedEnvelopeView. It shows ribbons and a seal overtop of anEnvelopeView.Declaration
Objective-C
@interface SealedVoucherView : UIViewSwift
class SealedVoucherView : UIView
-
See moreCreationItemImageViewis the view that is dropped into theEnvelopeViewof theVoucherCreationViewController. It represents a chosenPersonalizationOptionobject by the creatingUser.Declaration
Objective-C
@interface CreationItemImageView : YYAnimatedImageViewSwift
class CreationItemImageView : YYAnimatedImageView
-
The
VouchrLoadingViewProtocolis responsible for animating any custom loading view. It is used for fullscreen loading views.See moreNote
User is responsible for adding the loading view as a subview and constraining it to the view it should appear on.Declaration
Objective-C
@protocol VouchrLoadingViewProtocolSwift
protocol VouchrLoadingViewProtocol
View on GitHub
Custom Views Reference