Posts

Post not yet marked as solved
0 Replies
434 Views
Hello.I'd like to make the following connection scheme:linux host running bluez stack + app which is listen bluetooth type socket as server and iPhone is a client.First i wanted to use classic BT connection but as i read it is not clearly support by Apple.Second solution is to use BLE connection instead Classic, but it is less preferable because of data rate.So could someone tell me is my first suggestion is possible to implement? At least I did such trick with Android device and everything worked good, i did not expect that Apple has such problemmatic BT stack.In case of Android - Linux communication i did not do any special settings on linux side. May be i have to enable PAN,BNEP explicity?Or it is better to forget about classic BT and switch to BLE mode?Thanks,
Posted
by MikchelR.
Last updated
.
Post not yet marked as solved
3 Replies
451 Views
Hello.I've just started to learn Swift, SwiftUI programming, so lot of things that do not understand at the moment. First i tried to teach with SwiftUI tutorials, some things some things is understandable, some things very unusual for my 20+ years C/C++ programming experience.I'd say that SwiftUI is one of the worse documented and usable that i saw in my carier.So i'm trying to build using tutorials simple navigation secuence:Main menu - some of items loaded in List, each item must navigate to different other pages. In Apple's examples they use NavigationLink and show new View of items (rows) of same type.So i'm trying to find the way how to create other views of different type ofter tapping on List item.I suppose that it is easy question, but i can not find even that answer in Apple's docs.So may be someone can share example or link how to build View which works like i described?Thanks,
Posted
by MikchelR.
Last updated
.