留言板

IOS List Screenlet

thumbnail
Salva Tejero,修改在7 年前。

IOS List Screenlet

Junior Member 帖子: 77 加入日期: 11-6-13 最近的帖子
Hello, I'm following this tutorial but I have found some problems.

For example, when I add a new Screenlet class and extends BaseListScreenlet and I try to override the method "override public func createPageLoadInteractor(......" Xcode shows a error that this method isn't possible to override. In the Operation class happens the same.

I add LiferayScreens as pod.

Any help?

Regards
thumbnail
Jose M. Navarro,修改在7 年前。

RE: IOS List Screenlet

Regular Member 帖子: 138 加入日期: 14-1-24 最近的帖子
Today is your lucky day.

We've just release Liferay Screens 1.4, so try with that and let us know if it works as expected.

Cheers!
thumbnail
Salva Tejero,修改在7 年前。

RE: IOS List Screenlet

Junior Member 帖子: 77 加入日期: 11-6-13 最近的帖子
Jose M. Navarro:
Today is your lucky day.

We've just release Liferay Screens 1.4, so try with that and let us know if it works as expected.

Cheers!

¡¡¡Weeeee!!!

" pod install" updates my framework?
thumbnail
Jose M. Navarro,修改在7 年前。

RE: IOS List Screenlet

Regular Member 帖子: 138 加入日期: 14-1-24 最近的帖子
Salva Tejero:
Jose M. Navarro:
Today is your lucky day.

We've just release Liferay Screens 1.4, so try with that and let us know if it works as expected.

Cheers!

¡¡¡Weeeee!!!

" pod install" updates my framework?


It should!
thumbnail
Salva Tejero,修改在7 年前。

RE: IOS List Screenlet

Junior Member 帖子: 77 加入日期: 11-6-13 最近的帖子
ohhhh!!!!

there is a problem with Liferay-Push

`Liferay-iOS-SDK (~> 7.0.3)` required by `Podfile`
- `Liferay-iOS-SDK (~> 7.0.3)` required by `LiferayScreens (1.4.0)`
- `Liferay-iOS-SDK (= 6.2.23)` required by `Liferay-Push (1.0.9)`
thumbnail
Jose M. Navarro,修改在7 年前。

RE: IOS List Screenlet

Regular Member 帖子: 138 加入日期: 14-1-24 最近的帖子
Salva Tejero:
ohhhh!!!!

there is a problem with Liferay-Push

`Liferay-iOS-SDK (~> 7.0.3)` required by `Podfile`
- `Liferay-iOS-SDK (~> 7.0.3)` required by `LiferayScreens (1.4.0)`
- `Liferay-iOS-SDK (= 6.2.23)` required by `Liferay-Push (1.0.9)`



We have a problem here. Let us see how to fix it.

Meanwhile, you can download Liferay Push repo locally, change the required version in the Liferay-Push.podspec and then point your Podfile to the local folder:

pod 'Liferay-Push', :path => 'your/local/folder'


Regards
thumbnail
Salva Tejero,修改在7 年前。

RE: IOS List Screenlet

Junior Member 帖子: 77 加入日期: 11-6-13 最近的帖子
thank you!!
thumbnail
Bruno Farache,修改在7 年前。

RE: IOS List Screenlet

Liferay Master 帖子: 603 加入日期: 07-5-14 最近的帖子
Just released Liferay-Push 1.0.10 that fixes this problem.