B4i Library iBlur - The "Any View" with Blur Effect

topiblur.png

This library was made based on Blur Style Popup-Views

Installation instructions:

- Copy the *.a and *.h files into the folder "Libs" in your MAC or in your MAC HOSTED by AnywhereSoftware, normally in "B4i-MacServer\Libs" folder

-Copy the iBlur.xml to your custom libraries folder in B4i
- Select in your REFERENCED LIBRARIES

ReferenceiBlur.png



iBlur
Author:
Alberto Iglesias ([email protected])
Version: 1.03
  • iBlur
    Events:
    • onInitialized (EventName As String)
    Methods:
    • Hide: ()
      Show the Blur View
    • Initialize (EventName As String)
      Initializes the object.
    • Show (Panel As B4IPanelView*)
      Show the Blur View
    Properties:
    • Author As String [read only]
      Author of this Library
    • DebugMode As BOOL
      Enable/Disable Debug mode from Library
    • Version As String [read only]
      Library Version



iBlurScreen3.png



iBlurScreen1.jpg
iBlurScreen2.jpg


 

Attachments

  • Example.zip
    20.3 KB · Views: 83
  • Library.zip
    154.7 KB · Views: 97
  • iBlur103.zip
    113.1 KB · Views: 14
Last edited:

josnav

Member
Licensed User
Longtime User
duplicate symbol _kRNBlurDefaultDelay in:
../../Libs/libiAwesomeMessage.a(RNBlurModalView.o)
../../Libs/libiBlur.a(RNBlurModalViewBlur.o)
duplicate symbol _OBJC_CLASS_$_RNBlurView in:
../../Libs/libiAwesomeMessage.a(RNBlurModalView.o)
../../Libs/libiBlur.a(RNBlurModalViewBlur.o)
duplicate symbol _OBJC_METACLASS_$_RNBlurView in:
../../Libs/libiAwesomeMessage.a(RNBlurModalView.o)
../../Libs/libiBlur.a(RNBlurModalViewBlur.o)
duplicate symbol _OBJC_IVAR_$_RNBlurView._coverView in:
../../Libs/libiAwesomeMessage.a(RNBlurModalView.o)
../../Libs/libiBlur.a(RNBlurModalViewBlur.o)
duplicate symbol _OBJC_CLASS_$_RNCloseButton in:
../../Libs/libiAwesomeMessage.a(RNBlurModalView.o)
../../Libs/libiBlur.a(RNBlurModalViewBlur.o)
duplicate symbol _OBJC_METACLASS_$_RNCloseButton in:
../../Libs/libiAwesomeMessage.a(RNBlurModalView.o)
../../Libs/libiBlur.a(RNBlurModalViewBlur.o)
duplicate symbol _kRNBlurDefaultDuration in:
../../Libs/libiAwesomeMessage.a(RNBlurModalView.o)
../../Libs/libiBlur.a(RNBlurModalViewBlur.o)
duplicate symbol _kRNBlurDidShowNotification in:
../../Libs/libiAwesomeMessage.a(RNBlurModalView.o)
../../Libs/libiBlur.a(RNBlurModalViewBlur.o)
duplicate symbol _kRNBlurDidHidewNotification in:
../../Libs/libiAwesomeMessage.a(RNBlurModalView.o)
../../Libs/libiBlur.a(RNBlurModalViewBlur.o)
duplicate symbol _kRNDefaultBlurScale in:
../../Libs/libiAwesomeMessage.a(RNBlurModalView.o)
../../Libs/libiBlur.a(RNBlurModalViewBlur.o)
duplicate symbol _kRNBlurBounceOutDurationScale in:
../../Libs/libiAwesomeMessage.a(RNBlurModalView.o)
../../Libs/libiBlur.a(RNBlurModalViewBlur.o)
duplicate symbol _kRNBlurViewMaxAlpha in:
../../Libs/libiAwesomeMessage.a(RNBlurModalView.o)
../../Libs/libiBlur.a(RNBlurModalViewBlur.o)
ld: 12 duplicate symbols for architecture arm64
 
Top