krutitrivedi

Results 6 comments of krutitrivedi

hello, i have tried to add label but does not display can you please share steps write down to SetupUI()

hello i tried to write code and add label file also but only static label show does not coordinate with other buttons

``` [write down this code to UpdateUI() fileprivate var optionsNew = [HHFloatingViewLabel]() fileprivate func updateUI() { handlerButton?.backgroundColor = configurations.handlerColor handlerButton?.setImage(configurations.handlerImage, for: .normal) for (index, optionButton) in options.enumerated() { optionButton.backgroundColor =...

yes, if you reales version with distance measurement it is better

lazy var peripheral: Peripheral = { let configuration = try! Configuration(services: [service], advertisement: "1004FD87-820F-438A-B757-7AC2C15C2D56") return Peripheral(configuration: configuration, advertisementData: [.localName("Test"), .servicesUUIDs("gtvpV5nm8ZnmMJD")]) }()

can you please provide sample code with separate peripheral and central so i get idea how they communicate and how central able to write data on peripheral