Abdulrahman
Abdulrahman
Was able to resolve the issue by modifying Expression class, i am not sure if i am correct (yields and generators are new concepts that i am not familiar with)....
It would be great to have these feature. It is a common use case to have a single product in multiple collections (clothing, summer collection, etc…)
@olivermrbl the current version of the product model allows one collection per product. ```ts @Column({` type: "text", nullable: true }) collection_id: string | null @ManyToOne(() => ProductCollection) @JoinColumn({ name: "collection_id"...
I am using the library with core graphics.
Thank you, but i think the problem is that drawRect is the view is first displayed so i cannot save the outcomes before the run time!. So i did something...
Finally i was a able to get the exact height by duplicating the drawRect as stated earlier, my code was ok but the call to init the frame was slightly...
Thank you.
Great, but seems it doesn't work with ARC enabled although i disabled it for the SSLabel files.
Everything seems to work great. Thank you!
You could use [_ssText measureHeightForFrameWidth:self.frame.size.width] I am not sure if it is the best thing to do, it works for me but sometimes it doesn't calculate the height correctly. (Ignores...