Sohaib Siddique

Results 12 comments of Sohaib Siddique

> Use this setting in Podfile. > ` pod 'ChameleonFramework/Swift', :git => 'https://github.com/ViccAlexander/Chameleon.git', :branch => 'wip/swift4'` only this error remain others are gone, enumeration value 'kCGColorSpaceModelXYZ' not handled in switch

> I had a rejection with the same feedback from Apple. They attached a screenshot too, which indicates that the app was not able to fetch pricing info either. >...

> I have a `UITableView` which contains only 2 or 3 rows. So I want to set the height of the BottomSheet to UITableView's content height. How do I achieve...

spend the whole night to searching for dynamic height bottom sheet, try different libraries but this one is best of all, so I figured it out how can we use...

I have decoded the exception and here is the result. do not know how to fix that. ``` Decoding stack results 0x4021fde5: String::invalidate() at /Users/sohaib/Library/Arduino15/packages/esp8266/hardware/esp8266/3.0.2/cores/esp8266/WString.h line 295 0x402040b8: OpenWeatherMapClient::updateWeather() at...

@Qrome Thank you for your reply actually the weather status because I was not set the weather API, as per the Readme file, I have installed the given version of...

@Qrome my recent finding is code restart when a time update request is generated, if I comment out the following code it's working fine, ``` if (!client.connect(ntpServerName, httpPort)) { Serial.println("connection...

it is working fine now it was automatically resolved did not figured out the issue

I have also faced the same problem but while debugging I have added some print lines but with those lines, the weather is working 😄 , it is the problem...