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
iWKWebView Library without Designer
Who needs to use WKWebView without the Designer, he can use the following library.
@Fabio Campanella · 2019-09-02
Load HTML to Label
Load HTML to Label
@Brandsum · 2019-06-09
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
Setting a button''s image/icon
Setting a button''s image/icon
@Marcus Araujo · 2019-04-27
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
Monitor http requests progress
Monitor http requests progress
@Erel · 2019-04-16
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
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
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
Files and Folders
Files and Folders
@Erel · 2019-02-11
Add QuickActions to your App
Add QuickActions to your App
@JanPRO · 2019-02-07
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
Set horizontal gradient to view
Set horizontal gradient to view
@hatzisn · 2018-12-30
Silent Push Notifications
Silent Push Notifications
@Erel · 2018-12-28
iAmir_Calendar
Convert dates between several formats
@alimanam3386 · 2018-12-07
iAmir_ViewAnimator
iAmir_ViewAnimator
@alimanam3386 · 2018-12-07
iAmir_Glide
Glide is an image loading and caching library for iOS focused on smooth scrolling.
@alimanam3386 · 2018-12-03
iARKit - Augmented Reality - Recognizing Images in an AR Experience
iARKit - Augmented Reality - Recognizing Images in an AR Experience
@Alberto Iglesias · 2018-12-02
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
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
SD: RollMenu
SD: RollMenu
@Star-Dust · 2018-10-29
Play Beep Sound
Play Beep Sound
@aeric · 2018-10-24
Open Source - PDFjet for Swift / iOS
Open Source - PDFjet for Swift / iOS
@EDragoev · 2018-10-19
FluidSlider [No Wrap] [B4I]
(B4i) FluidSlider [No Wrap]
@Star-Dust · 2018-10-10
SD: RPMView
SD: RPMView
@Star-Dust · 2018-10-08
SD: DragBoard B4I
SD: DragBoard
@Star-Dust · 2018-10-07
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
TableView: Draggable Items
Allows you to have draggable items in a tableview.
@JanPRO · 2018-10-05
B4i JavascriptInterface
B4i JavascriptInterface
@tucano2000 · 2018-09-22