MapstedMenu
public class MapstedMenuThis class is a Menu class which is responsible for building the customized tab bar for the App Tempalte
- 
                  
                  DeclarationSwift public static func builder() -> MapstedMenu
- 
                  
                  This method can be used to add any of the prebuild menu types as a tab bar item. DeclarationSwift public func addItem(menuType: MapstedMenuItemType, icon: UIImage? = nil, name: String? = nil) -> MapstedMenuParametersmenuTypeThis parameter is of type MapstedMenuItemType. It is an enum which supports in-build menu item types except for Custom.iconThis paramter takes a customized image in case you want to provide your own image as a tab bar image for the given pre-build tab nameThis paramter takes a customized name in case you want to provide your own name as a tab bar title for the given pre-build tab Return ValueAn object of MapstedMenu 
- 
                  
                  This method can be used to add any of the custom view with icon and image to the tab bar item. DeclarationSwift public func addCustomItem(icon: UIImage, name: String, providerView: UIViewController) -> MapstedMenuParametersiconThis paramter takes a tab bar icon for the custom tab bar item. nameThis paramter takes a tab bar title for the custom tab bar item. providerViewThis paramter takes a UIViewController object to show in the tab bar. Return ValueReturns: An object of MapstedMenu 
- 
                  
                  DeclarationSwift public func build() -> MapstedMenu
 MapstedMenu Class Reference
      MapstedMenu Class Reference