Modern Single Blog Post Layout
Open

Decorate Your Instagram Story

animated instagram stories instagram story instagram design layout 20 best free instagram story templates 2021 design shack 21 instagram stories hacks to boost engagement in 2025 instagram instagram stories pack includes 10 design variation templates done with 15 creative instagram story design ideas entheosweb stylish instagram story template free design resources how to decorate instagram photos at minnie grimmer blog add yours instagram story sticker how to use get it creative ideas creative instagram story idea video creative instagram stories premium psd psd social media instagram story ui mockup template design how to decorate instagram photos at minnie grimmer blog instagram story maker create a stunning ig story online for free fotor light instagram stories templatestory templateinstagram etsy how to make pictures different shapes on instagram stories at maureen design 1 instagram story graphic by hewl00imbii creative fabrica how to create an instagram story that engages your audience picmaker 22 beautiful instagram story templates for instant reuse mediamodifier creative instagram birthday story ideas fotor instagram story online maker and exquisite templates 25 instagram story templates 100 free download instagram story 50 instagram story ideas to boost engagement design pixie how to decorate instagram stories 4 easy steps to add instagram post to your story 19 instagram story ideas ig experts swear by design 22 instagram story graphic by hewl00imbii creative fabrica 5 creative ways to make your instagram stories shine how to decorate instagram stories instagram story template designs 10 ways hack your visual design how to use frame in instagram story at brittany wertz blog how to decorate instagram stories instagram story collage ideas agencies can learn from vista social 30 instagram story ideas to boost engagement in 2024 ecommerce fastlane instagram stories pack instagram design instagram layout instagram creative ways to edit your instagram stories instagram story instagram story collage template

:
Changes from all commits
Commits
File filter

How Do You Start A Blog Decorate Your Instagram Story

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions X Post Mockup
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ import UIKit
guard index >= 0 && index <= props.children.count else {
return
}
if index <= props.currentPage && props.currentPage < props.children.count {
props.currentPage += 1
}
props.children.insert(IdentifiablePlatformView(child), at: index)
}

Expand All @@ -82,6 +85,9 @@ import UIKit
return
}
props.children.remove(at: index)
if index < props.currentPage {
props.currentPage -= 1
}
}

override public func didMoveToWindow() {
Expand Down