Deep Patel

Results 19 comments of Deep Patel

It would be nice to also have: ``` %property (nonatomic, retain, nonnull) UITextField *textField; ```

For the customization of the device address with the `install-DeviceName` approach, the device name can be prepended to`THEOS_DEVICE_IP` and `THEOS_DEVICE_PORT` variables. So setting `GSE_THEOS_DEVICE_IP` and `GSE_THEOS_DEVICE_PORT` would use those IP...

Ah didn't realize the extra spaces when I did that PR, though I haven't noticed those cause issues on Debian or Ubantu. Though I agree they shouldn't be there. >...

Expansion is disabled if there isn't enough space on the page to expand the widget, so make sure you have enough space.

Ah, yes that is exactly why expanded mode is part of the beta feature. There is no clean/easy way of pre-determining the actual size so there is no automatic way...

Reopening issue as it'll need to be fixed at some point.

There are a lot of questions that would need to be answered before Central becomes compatible. ``` a = available/placeholder i = icon w = widget ``` How should it...

`NSUInteger` (rather any of the `NS*` classes) are part of the Foundation framework that needs to be manually imported. Theos was updated to not automatically import Foundation or UIKit frameworks...

Have you tried latest version? Can you provide a crashlog?

There is no info about the crash in that log. The crashlog with backtrace would help, or syslog that contains a log of an exception (if there was an exception...