Mussa Charles

Results 12 issues of Mussa Charles

Hi, first thanks for the great tool, I have been trying to change contentInsets for items with custom size with no success. So far for 1 full screen item there...

# Ignore Safe Areas Issue: Safe area is been used to pin contentView without taking into consideration some of other custom layouts, for example having an imageView as header covering...

Currently when we opt to use IGListKit supported version of Texture we have to specify in Podfile like so: - `pod 'Texture/IGListKit'` doing so will just install `Texture/Core `and `IGListKit`...

As discussed on our slack [thread](https://asyncdisplaykit.slack.com/archives/C0V63R86T/p1622253713035200) since PINCache have already been optimized we no longer need to trade default size limit, thus I have simply increased the default disk cache...

Hello, thanks for a great tool. I have Texture 3.0.0 installed on my machine. But installing RxASDataSources failed with the following error ```ruby [!] CocoaPods could not find compatible versions...

There were two things needed for my project: - 1. Immediately dismiss after user tap a location from SearchResults TableView. 2. Show a close button on navBar so that user...

**This PR introduces the following new features & bug fixes** * New Features* 1. I have added two more enum cases on ```GTProgressBarCornerType``` which are ```GTProgressBarCornerType.topCornersOnly and GTProgressBarCornerType.bottomCornersOnly``` These will...

This PR, adds Swift package manager support. NB: This PR goes along with another one which I made on [JXBanner](https://github.com/Coder-TanJX/JXBanner) project which have a dependency on this project. [PR #35](https://github.com/Coder-TanJX/JXBanner/pull/35)

This PR, adds Swift package manager support. NB: This PR goes along with another PR which I just made on [JXPageControl PR -> #7](https://github.com/Coder-TanJX/JXPageControl/pull/7). ⚠️: Since this repo depends on...

This PR fixes the issue which can be reproduced by the following steps: --- Product -> Scheme -> Edit Scheme -> Diagnostics -> Runtime API Checking Then Check MainThreadChecker check...