https://github.com/akeaswaran/propic
View Instagram profile pictures in full resolution.
https://github.com/akeaswaran/propic
Last synced: 2 months ago
JSON representation
View Instagram profile pictures in full resolution.
- Host: GitHub
- URL: https://github.com/akeaswaran/propic
- Owner: akeaswaran
- License: mit
- Created: 2014-12-02T05:46:48.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-11T18:54:22.000Z (over 9 years ago)
- Last Synced: 2025-01-29T12:11:40.686Z (4 months ago)
- Language: Objective-C
- Size: 168 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
ProPic
======Note: This project is deprecated and exists only for other developers to learn from. It is not guaranteed to work on iOS 9.0+ and on devices newer than the iPhone 6 and 6+. Use at your own risk.
View Instagram profile pictures in full resolution.
## Description
ProPic allows users to view Instagram users' profile pictures in full resolution, a feature that was inexplicably left out of the app itself.
**NOTE:** The profile pictures will be somewhat blurry and pixelated when displayed. Instagram only expects to use them inside its small, circular image views, and as a result, the profile pictures are scaled down when first uploaded, causing this blurriness.## How to use Propic
* Open Instagram.
* Tap on a user's username or profile picture.
* Tap on their profile picture when their user page is displayed.
* A larger image view containing the user's profile picture will animate in view on-screen.
## Compatibility
* ProPic works with the most recent version of Instagram available (6.3.1), iOS 8.0+, and all iDevice models.## Credits
* Big thanks to [Kiran Panesar](https://github.com/KiranPanesar/) for [MXLMediaView](https://github.com/KiranPanesar/MXLMediaView), which made it easy to display images in-app!## License
This project has been open-sourced under the MIT License; for more information, see [LICENSE.md](https://github.com/akeaswaran/ProPic/blob/master/LICENSE.md).