Nikhil Nigade

Results 12 issues of Nikhil Nigade

When using the Category with `imageView.imageURL = aNSURL;`, the memory consumption is insane. For a set of 500 images, of around 30-60Kb each, of JPEG format (flickr api, q sized),...

I'm theorising my solution for implementing Full Text Search, and I had a few questions to ensure my understanding of the module is correct. **Full Disclosure**; I have not tried...

I'm currently implementing the CloudKit extension in one of our apps. I recently got around to implementing the CKSubscription and have been receiving notifications successfully. I do have one doubt...

### Hiding Primary Column Adds the following properties: - `primaryColumnIsHidden` - `collapseAnimationDuration` Example has been updated to include the above demonstration. ### Trait Collection Overrides When overriding the trait collections,...

Is there any way to prevent the user from dragging the image out of the bounds of the window frame? _screenshot zoomedOut_ ![simulator screenshot](http://f.cl.ly/items/2z18092n1f1K021o3s1r/iOS%20Simulator%20Screen%20shot%2025-Sep-2012%2012.29.14%20PM.png) _screenshot zoomScale = 1_ ![simulator screenshot](http://f.cl.ly/items/3T2X3V000t3Z2D2d2g2l/iOS%20Simulator%20Screen%20shot%2025-Sep-2012%2012.30.17%20PM.png)...

The current popToRoot is based on the navigationGroup which was deprecated in 3.1.3.GA The following can be used for the new navWindowProxy ``` -(void)popToRoot { [navController popToRootViewControllerAnimated:NO]; } ```

Hello Aaron, I've recently tried to use this module in an iOS app. The library causes the app to crash (both mine, as well as the example app). I've tried...

When creating the Activity `Social.activityView()`, along with setting the title and image, it would be nice to also have the URL property. I would have done this but for some...