Skip to content
#

instagram

Here are 2,280 public repositories matching this topic...

maxiundtesa
maxiundtesa commented Sep 1, 2018

General information

  • IGListKit version: 3.4.0
  • iOS version(s): 11.4
  • Xcode version: 9.4.1
  • Reproducible in the demo project?: Yes

Hello,
I think I found a bug: If you call contentView.frame.size inside your bindViewModel method, it returns the size of the xib (in storyboard), not the size of the cell, which was specified in the `sectionController(_ sectionController: ListBi

marfz
marfz commented Apr 21, 2020

Newbie here, trying to run the quickstart script and I get this:

Traceback (most recent call last):
  File "quickstart.py", line 4, in <module>
    from instapy import InstaPy
  File "/Users/marfz/dev/InstaPy/instapy/__init__.py", line 6, in <module>
    from .instapy import InstaPy
  File "/Users/marfz/dev/InstaPy/instapy/instapy.py", line 3, in <module>
    import time, random, os,
anoop4real
anoop4real commented Mar 13, 2020

This is not an issue but an observation. I no longer use storyboards for my view. Today I faced an issue with Skeletonview when I added it to my UITableViewCell, animations, frames everything was working wrong... did a lot of permutation combinations turning the properties on and off. Finally found that when you add elements in UITableViewCell you should add it to contentView and not to th

cwestMobile
cwestMobile commented Sep 27, 2018

Is your feature request related to a problem? Please describe.
The project looks a bit weird if you only have .library selected for example, it negates the need for the bottom bar.

Describe the solution you'd like
Ability to hide the bottom bar, or have it hide automatically when only one item is selected

Let me know if you need more info.

annanny
annanny commented Apr 7, 2020

I need to download all stories from a lot of profiles. How can I do it?
I try to run example from the documentation like this

for story in L.get_stories():
for item in story.get_items():
L.download_storyitem(item, ':stories')

but I get error "TypeError: expected str, got bool"

And if I am right to understand in this case I'll get all stories from my profile, but I want to

Improve this page

Add a description, image, and links to the instagram topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the instagram topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.