Published in The Startup·PinnedMember-onlyBuild Your First MacOS AppA simple guide to start with MacOS Development — I’m pretty new to MacOS development, I’m coming from a past mixed between web dev and iOS (My latest app: StockPapers). Today I want to share with you what I’ve learned day by day in this week trying to create a clone of my nodeJS cli, splash-cli. We are going…I OS9 min read
May 22, 2019Member-onlyObserve NSPasteboard — Swift 4How to listen for clipboard changes — Today I was thinking about apps like Clippy and other clipboard managers, I thought: “For sure swift provides notification for the copy event” WRONG! I sadly discovered that on MacOS unlike on iOS you can’t listen for NSClipboard changes. So I wanted to write a small snippet of code that…I OS1 min read
Published in Simul Tech·Nov 9, 2018Member-onlyThis is how I figured out how Instagram zoom worksWe find features by accident, right? That’s what happened to me this afternoon. I’m learning Swift since a quite bunch of time (1/2 months), usually, I like to experiment and try to replicate “big apps/websites” features. …I OS3 min read