-
1: I only find out the **image height after SDWebimage has loaded** the photo from a url.
2: However the height of the image isn't the correct height I need since every photos width is set to `(wi…
-
Hi I'm Yiğit.
I'm trying to open a WWCalenderTimeSelector in obj-c project. Like this :
```
`+ (void) createCalendar:(ExtViewController*) delegate{
static WWCalendarTimeSelector *obj = nil;
i…
-
We get the following warnings when building with Fleet:
```
[20:07:11]: ▸ /Users/pivotal/Library/Developer/Xcode/DerivedData/BKO-ftkizwpavnneyraiwmzhzmnoovur/Logs/Test/62028079-6A4A-4599-A9FC-975F5D7…
-
Alright so let me just give you an overview of my system. I have a intial root view (home) that contains two buttons (sign up - login) where each of these buttons has its own viewcontroller. The Login…
boshd updated
8 years ago
-
Hey,
sorry for issue spam but i cannot run swinject in my project for 2 days
i have flow controllers in project, that mean that i have additional layer between UIViewController and UINavigationContr…
-
so here it is:
``` swift
func collectionView(_ collectionView: ASCollectionView, nodeBlockForItemAt indexPath: IndexPath) -> AsyncDisplayKit.ASCellNodeBlock{
return {
return AS…
-
Hi,
I want to use your awesome SnackBar by using the SnackbarController but my main VC is a UITabBarController !
Can you help me on this ?
Moreover, do I need to instanciate my UITabBarControl…
-
Hi! This is my situation:
![Screen Shot 2013-02-23 at 9 23 49 AM](https://f.cloud.github.com/assets/3677019/187825/9617f8be-7d93-11e2-8515-1af6b9a24cbe.png)
I have a TabBarController and a Navigation…
-
When using popViewControllerWithNewCenterController(c, animated: true) in swift iOS9 i have a very strange behavior. I have the following code :
`class PPRevealContainer: PPRevealSideViewController, …
-
Hi, i have a problem with your Class.
If i start the flow with an uibutton it works perfectly but i want to start the flow without a button. How can i do this?
I test to copy the buttoncode into the…