-
Hello, when I tap outside to dismiss the popup, the app stops registering touches and I have to reopen my app. However, if I put `.dismissAfter(3)`, this does not happen.
```
@main
struct Apolyom…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR5987](https://bugs.llvm.org/show_bug.cgi?id=5987) |
| Status | NEW |
| Importance | P normal |
| R…
-
**Describe the Bug**
App is crashing with clarity version (2.1.2)
**Repro Steps**
The crash happens when the user taps a control on the screen too many times quickly
**Expected Behavior**
Normal usa…
-
I'm getting a crash in `NXOAuth2Client.m : line 570`
Why is delegate object still "assign" ?
``` objc
@interface NXOAuth2Client : NSObject {
NSObject* __unsafe_unretained delegate; // as…
-
**Describe the bug**
NSObject+KVOCrash.m line 200-[JJObserverContainer cleanObservers] + 200
NSObject+SwizzleHook.m line 151__jj_swizzleDeallocIfNeeded_block_invoke_3 + 151
**To Reproduce**
Step…
-
```
Currently, is being mapped to Object in generated Java API. But may need
to be mapped to NSObject. The example considered here was of the following:
NSMutableDictionary.setObjectForKey().
The…
-
The `EncodePtr` trait used to exist for this, but it was removed in SSheldon/rust-objc#13.
This can be expressed with where clauses (`where *mut Self: Encode, for
-
### Description
When defining an `OptionSet` that inherits from `NSObject`, the `contains(_:)` method seems to be broken.
It's possible that other functionality is also broken. There are no compi…
-
```
func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) -> Bool {
// Override point for customization after application launch.
NSO…
-
The following test fails
```
@interface NSObject (Category)
-(void)doSomethingWith:(NSString*)str;
@end
@implementation NSObject (Category)
- (void)doSomethingWith:(NSString *)str {
NSLog(@"%@"…
adubr updated
10 years ago