B4ISnippetStrings
Markdown to Attributed String
As promised, here is the small code module and snippets that I use to turn markdown text stored on my server to attributed strings. This method splits the load between server and client app and is by no means a full Markdown / CommonMark implementation. But for basic headings, unnumbered lists, and emphasis, it does the job. Server side, this is how I prepare an item ( $newsitem[''storyText''] is a news item, with markdown formatting; Parsedown is the PHP library I use on the site. Link detection is set up only to work will fully marked up links, ie the [title here](url here) sort)
@nwhitfield · 2019-09-11
B4ILibraryWebView
iWKWebView Library without Designer
Who needs to use WKWebView without the Designer, he can use the following library.
@Fabio Campanella · 2019-09-02
B4ITutorialhtml
Load HTML to Label
Load HTML to Label
@Brandsum · 2019-06-09
B4ITutorialList- and scrollview
Add UIRefreshControl To CustomListView
You can use this class to add refresh control to any CLV of any page you want.
@Brandsum · 2019-05-31
B4ISnippetButton
Setting a button''s image/icon
Setting a button''s image/icon
@Marcus Araujo · 2019-04-27
B4ISnippetB4I
Show and record screen taps
Whilst iOS has a nice built-in screen recorder it doesn''t show screen taps. If you are using a local mac, this is an easy way (though a bit of a hack) to show the taps which are then recordable.
@CaptKronos · 2019-04-27
B4ISnippethttp
Monitor http requests progress
Monitor http requests progress
@Erel · 2019-04-16
B4IClassImages [CLASS]
FaceDetector [Class]
FaceDetector is a class that uses Apple''s Vision framework which was introduced with iOS11. The class basically returns a list of detected faces, and each face consists of a list of floats which represent the x and y coordinates of various face landmarks. The class explicitly exposes the left and right eye pupils, because those were the landmarks I''m interested in. To interpret the rest of the points you can refer here: https://stackoverflow.com/questions/45298639/ios11-vision-framework-mapping-all-face-landmarks.
@CaptKronos · 2019-03-22
B4ISnippetB4I
A bit dirty way to give orientation rotation to certain pages in an essentially portrait-only app
A bit dirty way to give orientation rotation to certain pages in an essentially portrait-only app
@JackKirk · 2019-03-21
B4ILibraryB4I
B4i IDEViewer Client Library for B4XIDEViewer
A B4X Tool which can show bitmaps, images and saved pictures from your B4XIDE on your computer. You can also play video and audio files present on your device. You can show and search huge text files, show PDFs, GIF-images and more….
@moster67 · 2019-03-13
B4ITutorialFile handling
Files and Folders
Files and Folders
@Erel · 2019-02-11
B4ITutorialB4I
Add QuickActions to your App
Add QuickActions to your App
@JanPRO · 2019-02-07
B4ITutorialOS
DeviceCheck - uniquely identify iOS device
In this tutorial (intended for advanced B4i user) I want to demonstrate how you can use the DeviceCheck framework (introduced with iOS 11) in order to uniquely identify an iOS device.
@JanPRO · 2019-01-06
B4ISnippetViews - effects
Set horizontal gradient to view
Set horizontal gradient to view
@hatzisn · 2018-12-30
B4ITutorialPush notifications
Silent Push Notifications
Silent Push Notifications
@Erel · 2018-12-28
B4ILibraryCalendar
iAmir_Calendar
Convert dates between several formats
@alimanam3386 · 2018-12-07
B4ILibraryAnimation
iAmir_ViewAnimator
iAmir_ViewAnimator
@alimanam3386 · 2018-12-07
B4ILibraryImages
iAmir_Glide
Glide is an image loading and caching library for iOS focused on smooth scrolling.
@alimanam3386 · 2018-12-03
B4ILibraryAR/VR
iARKit - Augmented Reality - Recognizing Images in an AR Experience
iARKit - Augmented Reality - Recognizing Images in an AR Experience
@Alberto Iglesias · 2018-12-02
B4ITutorialDialogs
Custom Dialogs with iCustomDialog library
B4i v4.30 includes a new library named iCustomDialog. It is based on SCLAlertView open source project (https://github.com/dogo/SCLAlertView). It makes it simple to create custom dialogs. It is quite similar to B4A CustomLayoutDialog from the Dialogs library (https://www.b4x.com/android/forum/t...stom-dialogs-and-async-methods.80204/#content).
@Erel · 2018-11-26
B4ITutorialFile handling
Picking external documents with DocumentPickerViewController
iUI8 v1.60 adds a new type named DocumentPickerViewController. This picker allows the user to choose an external document. The document will be imported (copied) to your app file system.
@Erel · 2018-11-15
B4ILibraryMenu
SD: RollMenu
SD: RollMenu
@Star-Dust · 2018-10-29
B4ISnippetAudio/Video
Play Beep Sound
Play Beep Sound
@aeric · 2018-10-24
B4IClassPDF
Open Source - PDFjet for Swift / iOS
Open Source - PDFjet for Swift / iOS
@EDragoev · 2018-10-19
B4ISnippetSlider [NO WRAP][B4I]
FluidSlider [No Wrap] [B4I]
(B4i) FluidSlider [No Wrap]
@Star-Dust · 2018-10-10
B4ILibraryProgress/Gauge/Loading
SD: RPMView
SD: RPMView
@Star-Dust · 2018-10-08
B4ILibraryTable/Grid
SD: DragBoard B4I
SD: DragBoard
@Star-Dust · 2018-10-07
B4ILibraryImages
SD: ImageCrop
This new library will allow you to make cuts on images in a square (rectangular), circle and ellipse. Moreover, the image can be enlarged by the user, and rotated to obtain different cuts. I have used XUI libraries, if I have time I convert it to Android. The full version will be distributed to those making a donation. You can contact me in private.
@Star-Dust · 2018-10-06
B4ISnippetTable/Grid
TableView: Draggable Items
Allows you to have draggable items in a tableview.
@JanPRO · 2018-10-05
B4ISnippetWebView
B4i JavascriptInterface
B4i JavascriptInterface
@tucano2000 · 2018-09-22