B4ISnippetNotifications
UserNotificationCenter class - Schedule Notifications
UserNotificationCenter class - Schedule Notifications
@Alexander Stolte · 2024-05-05
B4ISnippetEditText/Textview/TextArea/TextField
Setting TextView links colors
Setting TextView links colors
@Erel · 2024-03-10
B4ISnippetOS
Using OBJC to find the values of native constants
Apple documentation doesn''t list the actual values of the various constants. These values are needed when calling native methods with NativeObject. You can use OBJC code to log these values.
@Erel · 2024-03-10
B4ISnippetB4I [BETA]
Forcing the app orientation at runtime [beta]
Forcing the app orientation at runtime [beta]
@Erel · 2024-03-03
B4ISnippetAudio/Video
Fix VideoPlayer control view not show on IOS >=16
Fix VideoPlayer control view not show on IOS >=16
@tuhatinhvn · 2024-02-29
B4ISnippetWebView
Webview Pull-to-Refresh
Webview Pull-to-Refresh
@JohnC · 2024-02-21
B4ISnippetNotifications
UserNotificationCenter class - RemoveAllPendingNotifications
UserNotificationCenter class - RemoveAllPendingNotifications
@Alexander Stolte · 2023-12-02
B4ISnippetOS
Apple pencil interaction
This inline code detects doubletaps on the Apple Pencil
@Blueforcer · 2023-09-14
B4ISnippetEncryption [GPT-4 EXPERIMENT]
RSA - Encryption and key generator [GPT-4 Experiment]
RSA - Encryption and key generator [GPT-4 Experiment]
@jtare · 2023-05-15
B4ISnippetFile handling
Make your app files accessible with Files app
With this code, all files in File.DirDocuments will be accessible from the Files app (and iTunes as well).
@Erel · 2023-04-27
B4ISnippetDate/time
PFDateTimePicker Scroll View iOS Library
PFDateTimePicker Scroll View iOS Library
@Asad · 2023-01-20
B4ISnippetOS
Get iPhone Model
Get iPhone Model
@Emme Developer · 2022-09-30
B4ISnippetOS
New Get iPhone Model
New Get iPhone Model
@Filippo · 2022-09-29
B4ISnippetDate/time
Time converter
My own routines for time conversion. All these routines can be inserted into a library or a code module.
@Filippo · 2022-07-31
B4ISnippetFile handling
File.Exists on Special folder
File.Exists on Special folder
@Star-Dust · 2022-07-30
B4ISnippetEditText/Textview/TextArea/TextField
TextView - Set Padding
TextView - Set Padding
@Alexander Stolte · 2022-07-19
B4ISnippetB4I
Bundle Configuration
This is a list where you can extract some application information
@alfaiz678 · 2022-05-30
B4ISnippetToast
HUD Toast message multiple lines
HUD Toast message multiple lines
@Robert Valentino · 2022-04-23
B4ISnippetCheckbox
CheckBoxes / RadioButtons - **Warning** this code may smell
CheckBoxes and RadioButtons for B4I
@Robert Valentino · 2022-04-22
B4ISnippetPicker [IOS 14.0+]
PHPickerViewController [IOS 14.0+]
PHPickerViewController [IOS 14.0+]
@Semen Matusovskiy · 2022-02-01
B4ISnippetCertificate
SSL Certificate Pinning
Certificate pinning is a security feature. When set, the app will only accept the listed, per-domain, certificates. This is usually not needed as certificates must have a valid certificate chain up to the trusted root.
@Erel · 2021-09-29
B4ISnippetImages [CUSTOM VIEW]
Zoomable ImageView [custom view]
Zoomable ImageView [custom view]
@Semen Matusovskiy · 2021-09-14
B4ISnippetButton
Barbutton events
Barbutton events
@bobbruns · 2021-09-08
B4ISnippetBarcode/scan
Detect QR code from an image
Detect QR code from an image
@yiankos1 · 2021-08-20
B4ISnippetB4I
Verify receipts for Auto-renewable subscriptions
How to verify Auto-renewable subscription" purchases in the Apple App Store."
@fredo · 2021-07-16
B4ISnippetB4Xpages [GETCURRENTPAGE][E.G. ACCESS NETWORK DIALOG WORKAROUND]
Keep Track of Pages [getCurrentPage] [e.g. Access Network Dialog workaround]
I had the need to know what was the page displayed when Application_Active sub is fired
@Mike1970 · 2021-05-24
B4ISnippetAudio/Video [AND VIBRATION]
Play SystemSounds [and Vibration]
Play every sound you want from the systemsounds of iOS, by passing the ID
@Mike1970 · 2021-05-12
B4ISnippetAudio/Video
In-App Screen Capture - ReplayKit
In-App Screen Capture - ReplayKit
@sfsameer · 2021-05-02
B4ISnippetComms & Network
adding SFSafariViewController
adding SFSafariViewController
@Andrew (Digitwell) · 2021-03-24
B4ISnippetKeyboard
Keyboard will hide notification
The KeyboardStatePage event is raised before the keyboard becomes visible and after the keyboard is hidden. There are cases where you want to do something right before the keyboard is closed. For example, to start moving a view.
@Erel · 2021-01-18