Benito_T
(Benito T)
August 10, 2015, 9:26pm
1
Hello
I had few oxidizer hangs but this time decided to check if this was not random and is not.
Please try oxidizer for this objective-c to C#:
[UIView animateWithDuration:0.5 animations:^{
favbutton.alpha = 0.0f;
} completion:^(BOOL finished) {
favbutton.imageView.animationImages = [NSArray arrayWithObjects:trans_img,nil];
[favbutton.imageView startAnimating];
[UIView animateWithDuration:0.5 animations:^{
favbutton.alpha = 1.0f;
}];
For me it hangs VS always (is not responsible and need kill). There are was other hangs and as I remember, related with comment in obj-c code. If will find any, then will report too.
b.r.
Thanks, logged as bugs://72671
bugs://72671 got closed with status fixed.
Benito_T
(Benito T)
August 13, 2015, 2:26am
4
another portion of code where oxidizer hangs. Maybe after fix it will work, but is worth to check
NSURLSessionDataTask *dataTask = [[NSURLSession sharedSession] dataTaskWithRequest:request completionHandler:^(NSData *data, NSURLResponse *response, NSError *error) {
NSHTTPURLResponse* httpResponse = (NSHTTPURLResponse*)response;
NSUInteger responseStatusCode = [httpResponse statusCode];
mh
(marc hoffman)
August 13, 2015, 6:13am
5
I’d appreciate of you could retest tis with the next beta. Thanx!