iOS Tutorials

[B4X] [B4XPages] CustomListView + Keyboard handling

1622012787776.png

This is a B4A + B4i project that shows a possible method for handling the keyboard visibility changes.
Resizing the CLV will cause the list to lose the scroll position. Instead of...
 

Attachments

  • KeyboardAndList.zip
    15.6 KB · Views: 696

💡 [B4X] [XUI] [B4XPages] B4i recreating Google Trends results with xCharts - Newer developers

Hello to you all,
Here is an extremely simple example on how to easily recreate Google Trends results using B4XPages with B4i and the xChart library. In this example I used Google...
 
Last edited:

Simple Parallax Scrolling iSpriteKit

here is an example of how to make a simple Parallax Scrolling using iSpriteKit

B4X:
Sub createBackground(myScence As SKScene)
    'first create Sky
    Dim sky As SKSpriteNode...
 
Last edited:

CalcRelativeKeyboardHeight Example

Attachments

  • KeyboardExample.zip
    5.8 KB · Views: 848
Last edited:

💡 [B4X] [XUI] [B4XPages] B4i 'Erel Says' hand, eye memory game - Newer developers

Hello to you all,
I decided to recreate this simple but effective game example, the game is based on the B4XPages library. The game is designed for hand, eye and memory coordination, so I called...
 
Last edited:

ActivityViewController in B4XPages?

Hi, how can I pass the parameter Page1 (for example), if I'm using B4XPages.?

I tried.. Dim mp As Page = B4XPages.GetPage("B4XMapPage")

But I get an error....

B4X:
   Dim avc As...
 
Last edited:

iOS error code

Hi

There is an official tutorial by Erel how to get info about ios error code from your analytics log. Its a little bit complex so i found a different easy way.

https://www.osstatus.com...
 

Show an image in remote/push notification

Mac, Local Build Server, and Xcode are needed.

Now you can show an image in push notification just like android.

Usually in ios, the system handles the push notification. But there...
 

Attachments

  • NotificationService.txt
    3.2 KB · Views: 386
  • 1597950703185.png
    1597950703185.png
    27.8 KB · Views: 374
Last edited:

Create shortcut on OSX to run self hosted builder

I am very new to B4i and one of the first things I wanted was a simple Windows style shortcut to launch the mac builder on my MacMini without having to open a terminal window then enter the...
 

B4i Change Log (versions history)

Last edited:

BLE - Heart Rate Monitor

Textchanged difference between B4a and B4i

All,

I found an interesting difference between the textchanged event in B4a and B4i.

In B4a, EditText1_TextChanged will fire whenever the text is changed whether by User or in code

In B4i...
 

💡 Tic-Tac-Toe. Simple XUI cross platform WiFi game example B4i vs B4A vs B4J - Newer developers

Hello fellow B4X developers.
Here is my example of using a broadcast address to automatically find another devices IP address on a network, then to use that IP address to play a game (in this case...
 
Last edited:

multiple modes in plist

I wanted my program to run in the background. (Ios requires an addition to the plist, android requires addition to the manifest) It includes both location and audio. You can find out how to do...
 
Last edited:

Reading the app logs directly on the device

Attachments

  • Project.zip
    8.8 KB · Views: 471

[Example] FlappyBirdClone

Name: FlappyBirdClone

Version: 1.0

Screenshot:

img_1149-png.41404


This game...
 

Attachments

  • FlappyBirdClone.zip
    7.8 KB · Views: 730
  • IMG_1149.PNG
    IMG_1149.PNG
    32.3 KB · Views: 1,817
Last edited:

[Example] Breakout

Name: Breakout

Version: 1.0

Screenshot:

img_1148-png.41405

This game is based...
 

Attachments

  • IMG_1148.PNG
    IMG_1148.PNG
    159.4 KB · Views: 2,422
Last edited:

💡 Retrieving 2 JSON data feeds from an online server - Shared module with B4A

Hello All
I might be a bit late to the show with this one, but I've been busy completing paid work. Hopefully new members will find this useful.

The B4A example can be found here...
 

Attachments

  • JSON.zip
    12.3 KB · Views: 406
  • iOS-CoronavirusCOVID-19_V1.0.0.1.zip
    360.3 KB · Views: 389
Last edited:

Video corso Preparazione ambiente di sviluppo B4i

Buongiorno,
vorrei condividere il corso gratuito "Preparazione ambiente di sviluppo per B4 IOS" .
Questo corso aiuta a preparare l'ambiente di sviluppo B4I ed il MAc per iniziare a...
 

ITMS-91053: Missing API declaration

There are certain APIs in iOS that can potentially be used to "fingerprint" the device -> find unique characteristics of the device that can possibly be used as identifiers.
Starting from May 1...
 
Top